public interface ArangoDeserializer
| Modifier and Type | Method and Description |
|---|---|
<T> T |
deserialize(com.arangodb.velocypack.VPackSlice vpack,
Type type)
Deserialze a given VelocPack to an instance of a given type
|
<T> T deserialize(com.arangodb.velocypack.VPackSlice vpack,
Type type)
throws ArangoDBException
vpack - The VelocyPack to deserializetype - The target type to deserialize to. Use String for raw Json.ArangoDBExceptionCopyright © 2016–2018 ArangoDB GmbH. All rights reserved.