Package uk.gov.gchq.gaffer.store.serialiser
Serialiser implementations for stores.
-
Class Summary Class Description EdgeIdSerialiser Serialiser to serialise and deserialiseEdgeIdobjects in a byte array representation.EdgeSerialiser Serialiser to serialise and deserialiseEdgeobjects in a byte array representation.ElementIdSerialiser Serialiser to serialise and deserialiseElementIdobjects in a byte array representation.ElementSerialiser Serialiser to serialise and deserialiseElementobjects in a byte array representation by delegating to the relevant serialiser.EntityIdSerialiser Serialiser to serialise and deserialiseEntityIdobjects in a byte array representation.EntitySerialiser Serialiser to serialise and deserialiseEntityobjects in a byte array representation.GroupedPropertiesSerialiser Serialiser to serialise and deserialiseGroupedPropertiesobjects in a byte array representation.PropertiesSerialiser<T> Serialiser to serialise and deserialise objects containingPropertiesin a byte array representation.