Package | Description |
---|---|
org.apache.tinkerpop.gremlin.driver.ser |
Modifier and Type | Class and Description |
---|---|
class |
AbstractGraphSONMessageSerializerV1d0 |
class |
AbstractGraphSONMessageSerializerV2d0 |
class |
GraphBinaryMessageSerializerV1 |
class |
GraphSONMessageSerializerGremlinV1d0
Serialize results to JSON with version 1.0.x schema.
|
class |
GraphSONMessageSerializerGremlinV2d0
Deprecated.
As for release 3.4.0, replaced by
GraphSONMessageSerializerV2d0 . |
class |
GraphSONMessageSerializerV1d0
Deprecated.
As of release 3.6.5, replaced by
GraphSONUntypedMessageSerializerV1d0 . In the future this will
become what was formerly known as GraphSONMessageSerializerGremlinV1d0 which makes the naming consistent
for all GraphSON versions. |
class |
GraphSONMessageSerializerV2d0
Serialize results to JSON with version 2.0.x schema and the extended module.
|
class |
GraphSONMessageSerializerV3d0
Serialize results to JSON with version 3.0.x schema and the extended module.
|
class |
GraphSONUntypedMessageSerializerV1d0
Serialize results to JSON with version 1.0.x schema and serialization which does not embed types.
|
class |
GraphSONUntypedMessageSerializerV2d0
Serialize results to JSON with version 2.0.x schema and the extended module without embedded types.
|
Copyright © 2013–2023 Apache Software Foundation. All rights reserved.