Class GryoSerializersV1.PathSerializer
java.lang.Object
org.apache.tinkerpop.gremlin.structure.io.gryo.GryoSerializersV1.PathSerializer
- All Implemented Interfaces:
SerializerShim<Path>
- Enclosing class:
- GryoSerializersV1
public static final class GryoSerializersV1.PathSerializer
extends Object
implements SerializerShim<Path>
Serializes any
Path implementation encountered to an DetachedPath.-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim.SerializerShim
isImmutable
-
Constructor Details
-
PathSerializer
public PathSerializer()
-
-
Method Details
-
write
- Specified by:
writein interfaceSerializerShim<Path>
-
read
- Specified by:
readin interfaceSerializerShim<Path>
-