Package uk.gov.gchq.gaffer.store.serialiser
Serialiser implementations for stores.
-
Class Summary Class Description EdgeIdSerialiser Serialiser to serialise and deserialiseEdgeId
objects in a byte array representation.EdgeSerialiser Serialiser to serialise and deserialiseEdge
objects in a byte array representation.ElementIdSerialiser Serialiser to serialise and deserialiseElementId
objects in a byte array representation.ElementSerialiser Serialiser to serialise and deserialiseElement
objects in a byte array representation by delegating to the relevant serialiser.EntityIdSerialiser Serialiser to serialise and deserialiseEntityId
objects in a byte array representation.EntitySerialiser Serialiser to serialise and deserialiseEntity
objects in a byte array representation.GroupedPropertiesSerialiser Serialiser to serialise and deserialiseGroupedProperties
objects in a byte array representation.PropertiesSerialiser<T> Serialiser to serialise and deserialise objects containingProperties
in a byte array representation.