public class ArangoDeserializerImpl extends Object implements ArangoDeserializer
Constructor and Description |
---|
ArangoDeserializerImpl(com.arangodb.velocypack.VPack vpacker,
com.arangodb.velocypack.VPackParser vpackParser) |
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
|
public ArangoDeserializerImpl(com.arangodb.velocypack.VPack vpacker, com.arangodb.velocypack.VPackParser vpackParser)
public <T> T deserialize(com.arangodb.velocypack.VPackSlice vpack, Type type) throws ArangoDBException
ArangoDeserializer
deserialize
in interface ArangoDeserializer
vpack
- The VelocyPack to deserializetype
- The target type to deserialize to. Use String for raw Json.ArangoDBException
Copyright © 2016–2017 ArangoDB GmbH. All rights reserved.