public class GraphSONVertexProperty
extends java.lang.Object
VertexProperty but does so without a label. This serializer should be used when the
property is serialized as part of a Map where the label isn't required. In those cases, the key is
the same as the label and therefore redundant.| Constructor and Description |
|---|
GraphSONVertexProperty(VertexProperty toSerialize) |
| Modifier and Type | Method and Description |
|---|---|
VertexProperty |
getToSerialize() |
public GraphSONVertexProperty(VertexProperty toSerialize)
public VertexProperty getToSerialize()
Copyright © 2013-2015 TinkerPop. All Rights Reserved.