ArangoDB-Community / arangodb-tinkerpop-provider

An implementation of the Tinkerpop OLTP Provider for ArangoDB
Apache License 2.0
84 stars 16 forks source link

Fix the VPack implementations #52

Open arcanefoam opened 5 years ago

arcanefoam commented 5 years ago

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.