Class JavaSqlBlobSerializer

All Implemented Interfaces:
JsonFormatVisitable

public class JavaSqlBlobSerializer 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).
See Also: