public class TraversalExplanationSerializer extends SimpleTypeSerializer<TraversalExplanation> implements TransformSerializer<TraversalExplanation>
| Constructor and Description |
|---|
TraversalExplanationSerializer() |
| Modifier and Type | Method and Description |
|---|---|
protected TraversalExplanation |
readValue(Buffer buffer,
GraphBinaryReader context)
Reads a non-nullable value according to the type format.
|
Object |
transform(TraversalExplanation value)
Creates a Map containing "original", "intermediate" and "final" keys.
|
protected void |
writeValue(TraversalExplanation value,
Buffer buffer,
GraphBinaryWriter context)
Writes a non-nullable value into a buffer using the provided allocator.
|
getDataType, read, readValue, write, writeValueclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDataType, read, readValue, write, writeValueprotected TraversalExplanation readValue(Buffer buffer, GraphBinaryReader context) throws IOException
SimpleTypeSerializerreadValue in class SimpleTypeSerializer<TraversalExplanation>buffer - A buffer which reader index has been set to the beginning of the {value}.context - The binary reader.IOExceptionprotected void writeValue(TraversalExplanation value, Buffer buffer, GraphBinaryWriter context) throws IOException
SimpleTypeSerializerwriteValue in class SimpleTypeSerializer<TraversalExplanation>value - A non-nullable value.buffer - The buffer allocator to use.context - The binary writer.IOExceptionpublic Object transform(TraversalExplanation value)
transform in interface TransformSerializer<TraversalExplanation>Copyright © 2013–2022 Apache Software Foundation. All rights reserved.