public class DynamicCompositeSerializer extends AbstractSerializer<DynamicComposite>
| Constructor and Description |
|---|
DynamicCompositeSerializer() |
| Modifier and Type | Method and Description |
|---|---|
DynamicComposite |
fromByteBuffer(ByteBuffer byteBuffer)
Extract an object of type T from the bytes.
|
static DynamicCompositeSerializer |
get() |
ComparatorType |
getComparatorType() |
ByteBuffer |
toByteBuffer(DynamicComposite obj)
Extract bytes from the obj of type T
|
computeInitialHashSize, fromBytes, fromBytesList, fromBytesMap, fromBytesSet, toBytes, toBytesList, toBytesMap, toBytesSetpublic static DynamicCompositeSerializer get()
public ByteBuffer toByteBuffer(DynamicComposite obj)
SerializertoByteBuffer in interface Serializer<DynamicComposite>toByteBuffer in class AbstractSerializer<DynamicComposite>public DynamicComposite fromByteBuffer(ByteBuffer byteBuffer)
SerializerfromByteBuffer in interface Serializer<DynamicComposite>fromByteBuffer in class AbstractSerializer<DynamicComposite>public ComparatorType getComparatorType()
getComparatorType in interface Serializer<DynamicComposite>getComparatorType in class AbstractSerializer<DynamicComposite>Copyright © 2014. All Rights Reserved.