arangodb / java-velocypack-module-scala

Apache License 2.0
6 stars 3 forks source link

Nested collections support #9

Closed wajda closed 4 years ago

wajda commented 4 years ago

E.g. Seq[Seq[1, 2, 3]] is serialized as [{"head":1,"tl":[2,3]}] instead of expected [[1, 2, 3]]

rashtao commented 4 years ago

fixed in https://github.com/arangodb/java-velocypack-module-scala/pull/11