public final class GryoMessageSerializerV1d0 extends AbstractGryoMessageSerializerV1d0
DetachedVertex
include the label and the properties associated with it which could be more costly for
network serialization purposes.serializeToString, TOKEN_BUFFER_SIZE, TOKEN_CLASS_RESOLVER_SUPPLIER, TOKEN_CUSTOM, TOKEN_SERIALIZE_RESULT_TO_STRING
TOKEN_IO_REGISTRIES
logger
Constructor and Description |
---|
GryoMessageSerializerV1d0()
Creates an instance with a standard
GryoMapper instance. |
GryoMessageSerializerV1d0(GryoMapper.Builder kryo)
Creates an instance with a standard
GryoMapper instance. |
Modifier and Type | Method and Description |
---|---|
String[] |
mimeTypesSupported()
The list of mime types that the serializer supports.
|
configure, deserializeRequest, deserializeResponse, serializeRequestAsBinary, serializeResponseAsBinary
addIoRegistries, getListStringFromConfig, tryInstanceMethod
public GryoMessageSerializerV1d0()
GryoMapper
instance.public GryoMessageSerializerV1d0(GryoMapper.Builder kryo)
GryoMapper
instance. Note that the instance created by the supplied
builder will be overridden by AbstractGryoMessageSerializerV1d0.configure(java.util.Map<java.lang.String, java.lang.Object>, java.util.Map<java.lang.String, org.apache.tinkerpop.gremlin.structure.Graph>)
if it is called.public String[] mimeTypesSupported()
MessageSerializer
Copyright © 2013–2018 Apache Software Foundation. All rights reserved.