AbstractGryoClassResolver |
This mapper implementation of the ClassResolver helps ensure that all Vertex and Edge concrete classes
get properly serialized and deserialized by stripping them of their concrete class name so that they are treated
generically.
|
GryoIo |
|
GryoMapper |
A Mapper implementation for Kryo.
|
GryoMapper.Builder |
|
GryoPool |
Gryo objects are somewhat expensive to construct (given the dependency on Kryo), therefore this pool helps re-use
those objects.
|
GryoPool.Builder |
|
GryoPool.Type |
|
GryoReader |
The GraphReader for the Gremlin Structure serialization format based on Kryo.
|
GryoReader.Builder |
|
GryoVersion |
|
GryoWriter |
The GraphWriter for the Gremlin Structure serialization format based on Kryo.
|
GryoWriter.Builder |
|
ToyIoRegistry |
|
ToyPoint |
|
ToyTriangle |
|
TypeRegistration |
Represents a class serializable with Gryo.
|
VertexTerminator |
Represents the end of a vertex in a serialization stream.
|