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