public class JsonSerializer extends Object
| Constructor and Description |
|---|
JsonSerializer() |
| Modifier and Type | Method and Description |
|---|---|
static VideoTranscript |
getSynthesisedVideoTranscription(org.vertexium.Vertex artifactVertex,
String propertyKey) |
static org.json.JSONObject |
toJson(org.vertexium.Element element,
String workspaceId,
org.vertexium.Authorizations authorizations) |
static org.json.JSONArray |
toJson(Iterable<? extends org.vertexium.Element> elements,
String workspaceId,
org.vertexium.Authorizations authorizations) |
static org.json.JSONObject |
toJsonEdge(org.vertexium.Edge edge,
String workspaceId) |
static org.json.JSONObject |
toJsonElement(org.vertexium.Element element,
String workspaceId) |
static org.json.JSONArray |
toJsonProperties(Iterable<org.vertexium.Property> properties,
String workspaceId) |
static org.json.JSONObject |
toJsonProperty(org.vertexium.Property property) |
static org.json.JSONObject |
toJsonVertex(org.vertexium.Vertex vertex,
String workspaceId,
org.vertexium.Authorizations authorizations) |
public static org.json.JSONArray toJson(Iterable<? extends org.vertexium.Element> elements, String workspaceId, org.vertexium.Authorizations authorizations)
public static org.json.JSONObject toJson(org.vertexium.Element element,
String workspaceId,
org.vertexium.Authorizations authorizations)
public static org.json.JSONObject toJsonVertex(org.vertexium.Vertex vertex,
String workspaceId,
org.vertexium.Authorizations authorizations)
public static org.json.JSONObject toJsonEdge(org.vertexium.Edge edge,
String workspaceId)
public static org.json.JSONObject toJsonElement(org.vertexium.Element element,
String workspaceId)
public static org.json.JSONArray toJsonProperties(Iterable<org.vertexium.Property> properties, String workspaceId)
public static VideoTranscript getSynthesisedVideoTranscription(org.vertexium.Vertex artifactVertex, String propertyKey) throws IOException
IOExceptionpublic static org.json.JSONObject toJsonProperty(org.vertexium.Property property)
Copyright © 2013–2017 V5 Analytics. All rights reserved.