Package uk.gov.gchq.gaffer.serialisation.implementation.raw
Serialisation classes for efficient serialisation of primitive types.
-
Class Summary Class Description CompactRawIntegerSerialiser Serialises integers using a variable-length scheme that means smaller integers get serialised into a smaller number of bytes.CompactRawLongSerialiser Serialises longs using a variable-length scheme that means smaller longs get serialised into a smaller number of bytes.CompactRawSerialisationUtils The methods in this class are used in bothCompactRawIntegerSerialiser
andCompactRawLongSerialiser
.