Class GryoMessageSerializerV3d0

  • All Implemented Interfaces:
    MessageSerializer<org.apache.tinkerpop.shaded.kryo.Kryo>

    @Deprecated
    public final class GryoMessageSerializerV3d0
    extends AbstractGryoMessageSerializerV3d0
    Deprecated.
    As of release 3.4.3, replaced by GraphBinaryMessageSerializerV1.
    The standard Gryo serializer that uses "detached" graph elements during serialization. Detached elements such as DetachedVertex include the label and the properties associated with it which could be more costly for network serialization purposes.
    Author:
    Stephen Mallette (http://stephen.genoprime.com)