Uses of Class
com.solace.serdes.avro.AvroProperties.AvroEncoding
-
Packages that use AvroProperties.AvroEncoding Package Description com.solace.serdes.avro Provides serialization and deserialization functionality for Apache Avro formatted data. -
-
Uses of AvroProperties.AvroEncoding in com.solace.serdes.avro
Methods in com.solace.serdes.avro that return AvroProperties.AvroEncoding Modifier and Type Method Description AvroProperties.AvroEncodingAvroProperties. getEncodingType()Gets the encoding type for Avro serialization.static AvroProperties.AvroEncodingAvroProperties.AvroEncoding. valueOf(String name)Returns the enum constant of this type with the specified name.static AvroProperties.AvroEncoding[]AvroProperties.AvroEncoding. values()Returns an array containing the constants of this enum type, in the order they are declared.
-