Package uk.gov.gchq.gaffer.serialisation.implementation.ordered
Serialisation implementations which maintain the ordering of bytes.
-
Class Summary Class Description OrderedDateSerialiser AnOrderedDateSerialiserserialises aDateto an array of bytes by directly converting the underlying long to a byte array.OrderedDoubleSerialiser AnOrderedDoubleSerialserserialises aDoubleto an array of bytes by directly converting the double to a raw long and then converting this to a byte array.OrderedFloatSerialiser AnOrderedFloatSerialserserialises aFloatto an array of bytes by directly converting the float to a raw int and then converting this to a byte array.OrderedIntegerSerialiser AnOrderedIntegerSerialserserialises aIntegerto an array of bytes.OrderedLongSerialiser AnOrderedLongSerialserserialises aLongto an array of bytes.