| Class | Description | 
|---|---|
| GryoIo | Constructs Gryo IO implementations given a  GraphandIoRegistry. | 
| GryoIo.Builder | |
| GryoMapper | A  Mapperimplementation for Kryo. | 
| GryoMapper.Builder | A builder to construct a  GryoMapperinstance. | 
| GryoPool | Gryo objects are somewhat expensive to construct (given the dependency on Kryo), therefore this pool helps re-use
 those objects. | 
| GryoPool.Builder | |
| GryoReader | The  GraphReaderfor the Gremlin Structure serialization format based on Kryo. | 
| GryoReader.Builder | |
| GryoResourceAccess | Provides path access to test data resources. | 
| GryoWriter | The  GraphWriterfor the Gremlin Structure serialization format based on Kryo. | 
| GryoWriter.Builder | |
| VertexByteArrayInputStream | An  InputStreamimplementation that can independently process a Gryo file written withGryoWriter.writeVertices(OutputStream, Iterator). | 
| VertexTerminator | Represents the end of a vertex in a serialization stream. | 
| Enum | Description | 
|---|---|
| GryoPool.Type | 
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.