Namespace Confluent.SchemaRegistry.Serdes
Classes
AvroDeserializerConfig
Avro
AvroDeserializerConfig.PropertyNames
Configuration property names specific to
Avro
AvroDeserializer<T>
(async) Avro deserializer. Use this deserializer with GenericRecord, types generated using the avrogen.exe tool or one of the following primitive types: int, long, float, double, boolean, string, byte[].
AvroSerializerConfig
Avro
AvroSerializerConfig.PropertyNames
Configuration property names specific to
Avro
AvroSerializer<T>
(async) Avro serializer. Use this serializer with GenericRecord, types generated using the avrogen.exe tool or one of the following primitive types: int, long, float, double, boolean, string, byte[].
AvroUtils
Avro utilities
JsonDeserializerConfig
Json
JsonDeserializerConfig.PropertyNames
Configuration property names specific to
Json
JsonDeserializer<T>
(async) JSON deserializer.
JsonSchemaResolver
JSON Schema Resolver.
JsonSerializerConfig
Json
JsonSerializerConfig.PropertyNames
Configuration property names specific to
Json
JsonSerializer<T>
JSON Serializer.
JsonUtils
JSON Schema utilities
ProtobufDeserializerConfig
Protobuf
ProtobufDeserializerConfig.PropertyNames
Configuration property names specific to
Protobuf
ProtobufDeserializer<T>
(async) Protobuf deserializer.
ProtobufSerializerConfig
Protobuf
ProtobufSerializerConfig.PropertyNames
Configuration property names specific to
Protobuf
ProtobufSerializer<T>
Protobuf Serializer.
Enums
SerdeType
Enumeration of serde types recognized by the Avro ProduceAsync and Produce methods.