Uses of Class
uk.gov.gchq.gaffer.data.element.GroupedProperties
-
Packages that use GroupedProperties Package Description uk.gov.gchq.gaffer.store.serialiser Serialiser implementations for stores. -
-
Uses of GroupedProperties in uk.gov.gchq.gaffer.store.serialiser
Methods in uk.gov.gchq.gaffer.store.serialiser that return GroupedProperties Modifier and Type Method Description GroupedProperties
GroupedPropertiesSerialiser. deserialise(byte[] bytes)
GroupedProperties
GroupedPropertiesSerialiser. deserialiseEmpty()
Methods in uk.gov.gchq.gaffer.store.serialiser with parameters of type GroupedProperties Modifier and Type Method Description byte[]
GroupedPropertiesSerialiser. serialise(GroupedProperties properties)
-