arangodb/java-velocypack

Feature Request: Provide a way to deserialize polymorphic lists

mvollmary opened this issue · 2 comments

The deserialization should provide a way to deserialize polymorphic lists.
Presumably for this we have to store information about the concrete implementation in vpack (like jackson with JsonTypeInfo).

See issue #9

Added support for generic types/polymorphic lists in release 1.4.0. (Java driver includes this in release 5.0.0)