Class GryoWriter.Builder
java.lang.Object
org.apache.tinkerpop.gremlin.structure.io.gryo.GryoWriter.Builder
- All Implemented Interfaces:
GraphWriter.WriterBuilder<GryoWriter>
- Enclosing class:
- GryoWriter
public static final class GryoWriter.Builder
extends Object
implements GraphWriter.WriterBuilder<GryoWriter>
-
Method Summary
Modifier and TypeMethodDescriptioncreate()Create theGryoWriter.Supply a mapperGryoMapperinstance to use as the serializer for theKryoWriter.
-
Method Details
-
mapper
Supply a mapperGryoMapperinstance to use as the serializer for theKryoWriter. -
create
Create theGryoWriter.- Specified by:
createin interfaceGraphWriter.WriterBuilder<GryoWriter>
-