public class GraphBinaryReader extends Object
| Constructor and Description | 
|---|
| GraphBinaryReader() | 
| GraphBinaryReader(TypeSerializerRegistry registry) | 
| Modifier and Type | Method and Description | 
|---|---|
| <T> T | read(ByteBuf buffer)Reads the type code, information and value of a given buffer with fully-qualified format. | 
| <T> T | readValue(ByteBuf buffer,
         Class<T> type,
         boolean nullable)Reads a value for an specific type. | 
public GraphBinaryReader()
public GraphBinaryReader(TypeSerializerRegistry registry)
public <T> T readValue(ByteBuf buffer,
                       Class<T> type,
                       boolean nullable)
                throws SerializationException
SerializationExceptionpublic <T> T read(ByteBuf buffer)
           throws SerializationException
SerializationExceptionCopyright © 2013–2019 Apache Software Foundation. All rights reserved.