All Implemented Interfaces:
JsonFormatVisitable, SchemaAware, Serializable

public class SqlBlobSerializer extends StdScalarSerializer<Blob>
Serializer implementation for Blob to write as binary (for JSON and other formats Base64-encoded String, for binary formats as true binary).
Since:
2.12
See Also: