Feature Request: Provide a way to deserialize polymorphic lists
mvollmary opened this issue · 2 comments
mvollmary commented
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).
rocketraman commented
See issue #9
mvollmary commented
Added support for generic types/polymorphic lists in release 1.4.0. (Java driver includes this in release 5.0.0)