See: Description
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 both
CompactRawIntegerSerialiser and CompactRawLongSerialiser . |
RawDateSerialiser | Deprecated
this is unable to preserve object ordering.
|
RawDoubleSerialiser | Deprecated
this is unable to preserve object ordering.
|
RawFloatSerialiser | Deprecated
this is unable to preserve object ordering.
|
RawIntegerSerialiser | Deprecated
this is unable to preserve object ordering.
|
RawLongSerialiser | Deprecated
this is unable to preserve object ordering.
|
Copyright © 2022. All rights reserved.