edgedb / edgedb-java

The official Java client library for EdgeDB
Apache License 2.0
19 stars 4 forks source link

Fix primitive deserialization on datatypes #20

Closed quinchs closed 1 year ago

quinchs commented 1 year ago

Summary

The binding would fail to deserialize when presented with primitive types in data structures with the error message om.edgedb.driver.exceptions.EdgeDBException: Failed to deserialize object to java.lang.Object. This PR fixes this issue as well as adds more clearer error messages regarding type deserialization.