-
Notifications
You must be signed in to change notification settings - Fork 11
Closed
Labels
Description
Version: 1.0.11
Test source code: https://gist.github.com/zqq90/2aa2e7aa6fdd7453e50d26cb0bc22b30
Exceptions like:
Caused by: java.lang.ClassCastException: sun.reflect.generics.reflectiveObjects.GenericArrayTypeImpl cannot be cast to java.lang.Class
at com.arangodb.velocypack.VPack.addValue(VPack.java:854)
at com.arangodb.velocypack.VPack.serializeField(VPack.java:824)
...
Caused by: java.lang.ClassCastException: sun.reflect.generics.reflectiveObjects.TypeVariableImpl cannot be cast to java.lang.Class
at com.arangodb.velocypack.VPack.addValue(VPack.java:854)
at com.arangodb.velocypack.VPack.serializeField(VPack.java:824)
...
Caused by: java.lang.ClassCastException: sun.reflect.generics.reflectiveObjects.TypeVariableImpl cannot be cast to java.lang.Class
at com.arangodb.velocypack.VPack.getValue(VPack.java:560)
at com.arangodb.velocypack.VPack.deserializeCollection(VPack.java:597)
...