Class GryoSerializersV3.PropertySerializer
java.lang.Object
org.apache.tinkerpop.gremlin.structure.io.gryo.GryoSerializersV3.PropertySerializer
- All Implemented Interfaces:
SerializerShim<Property>
- Enclosing class:
- GryoSerializersV3
public static final class GryoSerializersV3.PropertySerializer
extends Object
implements SerializerShim<Property>
Serializes any
Property implementation encountered to an DetachedProperty.-
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
-
PropertySerializer
public PropertySerializer()
-
-
Method Details