Package | Description |
---|---|
com.arangodb.internal.velocystream | |
com.arangodb.velocypack |
Modifier and Type | Method and Description |
---|---|
protected Message |
Communication.createMessage(Request request) |
protected Response |
Communication.createResponse(Message messsage) |
Modifier and Type | Method and Description |
---|---|
<T> T |
VPackDeserializationContext.deserialize(VPackSlice vpack,
Class<T> type) |
<T> T |
VPack.deserialize(VPackSlice vpack,
Type type) |
VPackSlice |
VPack.serialize(Object entity) |
VPackSlice |
VPack.serialize(Object entity,
Map<String,Object> additionalFields) |
VPackSlice |
VPack.serialize(Object entity,
Type type) |
VPackSlice |
VPack.serialize(Object entity,
Type type,
Map<String,Object> additionalFields) |
void |
VPackSerializationContext.serialize(VPackBuilder builder,
String attribute,
Object entity) |
Copyright © 2016 ArangoDB GmbH. All rights reserved.