Class JsonByteArray

java.lang.Object
io.debezium.engine.format.JsonByteArray
All Implemented Interfaces:
SerializationFormat<byte[]>

public class JsonByteArray extends Object implements SerializationFormat<byte[]>
A SerializationFormat defining the JSON format serialized as byte[].
  • Constructor Details

    • JsonByteArray

      public JsonByteArray()