Interface | Description |
---|---|
TypeSerializer<T> |
Represents a serializer for a given type.
|
Class | Description |
---|---|
GraphBinaryIo |
This is a dummy implementation of
Io which is only used in the context of helping to configure a
GraphBinary MessageSerializer with an IoRegistry . |
GraphBinaryReader |
Reads a value from a buffer using the
TypeSerializer instances configured in the
TypeSerializerRegistry . |
GraphBinaryWriter |
Writes a value to a buffer using the
TypeSerializer instances configured in the
TypeSerializerRegistry . |
TypeSerializerRegistry | |
TypeSerializerRegistry.Builder |
Enum | Description |
---|---|
DataType |
Represents a GraphBinary data type.
|
Copyright © 2013–2020 Apache Software Foundation. All rights reserved.