Enum SerdeType
Enumeration of serde types recognized by the Avro ProduceAsync and Produce methods.
Namespace: Confluent.SchemaRegistry.Serdes
Assembly: Confluent.SchemaRegistry.Serdes.Avro.dll
Syntax
public enum SerdeType
Fields
Name | Description |
---|---|
Avro | Use the Avro serializer. |
Regular | Use the regular serializer. |