Class BlobIdSerializer
java.lang.Object
org.apache.jackrabbit.oak.json.BlobSerializer
org.apache.jackrabbit.oak.plugins.blob.serializer.BlobIdSerializer
- All Implemented Interfaces:
BlobDeserializer
Blob serializer which serializes blobs depending on type
In memory blobs (having contentIdentity as null) would be serialized as base64
encoded string. For normal blobs there contentIdentity would be the serialized
value
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BlobIdSerializer
-
-
Method Details
-
serialize
- Overrides:
serialize
in classBlobSerializer
-
deserialize
- Specified by:
deserialize
in interfaceBlobDeserializer
-