Package com.solace.serdes.avro
Provides serialization and deserialization functionality for Apache Avro formatted data.
-
Class Summary Class Description AvroDeserializer<T> A deserializer for Avro-formatted data that converts byte arrays into objects of type T.AvroHeaders A class that contains Avro specific header properties.AvroProperties A class for configuring Avro specific properties.AvroSchemaParser<U> An implementation of SchemaParser specifically for Avro schemas.AvroSerializer<T> An Avro serializer that converts objects of type T into byte arrays.DereferencedAvroSchemaParser<U> An implementation of AvroSchemaParser that extracts schemas directly from Avro records. -
Enum Summary Enum Description AvroProperties.AvroEncoding Options forAvroProperties.ENCODING_TYPE
.AvroProperties.AvroRecordType Options forAvroProperties.RECORD_TYPE
.