arangodb-tinkerpop-provider icon indicating copy to clipboard operation
arangodb-tinkerpop-provider copied to clipboard

Fix the VPack implementations

Open arcanefoam opened this issue 5 years ago • 0 comments

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.

arcanefoam avatar Jun 25 '19 13:06 arcanefoam