Uses of Class
uk.gov.gchq.gaffer.store.serialiser.PropertiesSerialiser
-
Packages that use PropertiesSerialiser Package Description uk.gov.gchq.gaffer.store.serialiser Serialiser implementations for stores. -
-
Uses of PropertiesSerialiser in uk.gov.gchq.gaffer.store.serialiser
Subclasses of PropertiesSerialiser in uk.gov.gchq.gaffer.store.serialiser Modifier and Type Class Description class
EdgeSerialiser
Serialiser to serialise and deserialiseEdge
objects in a byte array representation.class
ElementSerialiser
Serialiser to serialise and deserialiseElement
objects in a byte array representation by delegating to the relevant serialiser.class
EntitySerialiser
Serialiser to serialise and deserialiseEntity
objects in a byte array representation.class
GroupedPropertiesSerialiser
Serialiser to serialise and deserialiseGroupedProperties
objects in a byte array representation.
-