arangodb-tinkerpop-provider
arangodb-tinkerpop-provider copied to clipboard
Fix the VPack implementations
With the changes on how property access is provided and moving towards ElegantObjects the VPackSerializer/VPackDeserializer for graph elements needs to be revised. Mainly we want to remove all reflective access and use constructors to build the objects during serialization.