public class UUIDSerializer extends SimpleTypeSerializer<UUID>
| Constructor and Description |
|---|
UUIDSerializer() |
| Modifier and Type | Method and Description |
|---|---|
protected UUID |
readValue(Buffer buffer,
GraphBinaryReader context)
Reads a non-nullable value according to the type format.
|
protected void |
writeValue(UUID value,
Buffer buffer,
GraphBinaryWriter context)
Writes a non-nullable value into a buffer using the provided allocator.
|
getDataType, read, readValue, write, writeValueprotected UUID readValue(Buffer buffer, GraphBinaryReader context)
SimpleTypeSerializerreadValue in class SimpleTypeSerializer<UUID>buffer - A buffer which reader index has been set to the beginning of the {value}.context - The binary reader.protected void writeValue(UUID value, Buffer buffer, GraphBinaryWriter context)
SimpleTypeSerializerwriteValue in class SimpleTypeSerializer<UUID>value - A non-nullable value.buffer - The buffer allocator to use.context - The binary writer.Copyright © 2013–2021 Apache Software Foundation. All rights reserved.