public static class KryoWriter.Builder
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
KryoWriter |
create()
Create the
KryoWriter. |
KryoWriter.Builder |
mapper(KryoMapper kryoMapper)
Supply a mapper
KryoMapper instance to use as the serializer for the KryoWriter. |
public KryoWriter.Builder mapper(KryoMapper kryoMapper)
KryoMapper instance to use as the serializer for the KryoWriter.public KryoWriter create()
KryoWriter.Copyright © 2013-2015 TinkerPop. All Rights Reserved.