public interface VPackDeserializerParameterizedType<T> extends VPackDeserializer<T>
| Modifier and Type | Method and Description |
|---|---|
T |
deserialize(VPackSlice parent,
VPackSlice vpack,
VPackDeserializationContext context,
ParameterizedType type) |
deserializeT deserialize(VPackSlice parent, VPackSlice vpack, VPackDeserializationContext context, ParameterizedType type) throws VPackException
VPackExceptionCopyright © 2017 ArangoDB GmbH. All rights reserved.