SerializationFormat
Specifies how to serialize/deserialize the incoming or outgoing message.
Possible Values
NONE, AUTO, JSON, CSV, XML, AVROData Type
string
Default Value
"AUTO"
Remarks
Available formats:
NONE | Message will be always BASE64 encoded on both consume and produce operations. |
AUTO | Attempt to automatically figure out the current topic's serialization format. |
JSON | Message will be serialized using the JSON format. |
CSV | Message will be serialized using the CSV format. |
XML | Message will be serialized using the XML format. |
AVRO | Message will be serialized using the AVRO format. |