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.
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.