Package | Description |
---|---|
org.apache.tinkerpop.gremlin.structure.io.gryo |
Modifier and Type | Method and Description |
---|---|
GryoMapper.Builder |
GryoMapper.Builder.addCustom(Class... custom)
Register custom classes to serializes with gryo using default serialization.
|
GryoMapper.Builder |
GryoMapper.Builder.addCustom(Class clazz,
Function<Kryo,Serializer> serializer)
Register a custom class to serialize with a custom serializer as returned from a
Function . |
GryoMapper.Builder |
GryoMapper.Builder.addCustom(Class clazz,
Serializer serializer)
Register custom class to serialize with a custom serialization class.
|
GryoMapper.Builder |
GryoMapper.Builder.addRegistry(IoRegistry registry)
Adds a vendor supplied
IoRegistry to the Mapper.Builder which enables it to check for
vendor custom serializers to add to the Mapper . |
static GryoMapper.Builder |
GryoMapper.build() |
GryoMapper.Builder |
GryoIo.mapper()
Constructs a
Mapper.Builder which is responsible for constructing the abstraction over different
serialization methods. |
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.