| 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. | 
| GraphBinaryMapper | 
 Holds a  
GraphBinaryReader and GraphBinaryWriter which together allow mapping in and out of the
 GraphBinary format. | 
| 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–2023 Apache Software Foundation. All rights reserved.