Package uk.gov.gchq.gaffer.serialisation.implementation.ordered
Serialisation implementations which maintain the ordering of bytes.
-
Class Summary Class Description OrderedDateSerialiser AnOrderedDateSerialiser
serialises aDate
to an array of bytes by directly converting the underlying long to a byte array.OrderedDoubleSerialiser AnOrderedDoubleSerialser
serialises aDouble
to an array of bytes by directly converting the double to a raw long and then converting this to a byte array.OrderedFloatSerialiser AnOrderedFloatSerialser
serialises aFloat
to an array of bytes by directly converting the float to a raw int and then converting this to a byte array.OrderedIntegerSerialiser AnOrderedIntegerSerialser
serialises aInteger
to an array of bytes.OrderedLongSerialiser AnOrderedLongSerialser
serialises aLong
to an array of bytes.