public interface ArangoDeserializer
Modifier and Type | Method and Description |
---|---|
<T> T |
deserialize(com.arangodb.velocypack.VPackSlice vpack,
Type type)
Deserialize a given VelocyPack 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.ArangoDBException
Copyright © 2016–2023 ArangoDB GmbH. All rights reserved.