edgedb-java icon indicating copy to clipboard operation
edgedb-java copied to clipboard

Fix custom deserializer annotations being ignored

Open quinchs opened this issue 1 year ago • 0 comments

Summary

This PR fixes an issue where custom deserializer annotations (like @EdgeDBLinkType) are ignored. The way this is fixed is to promote these annotations to field-level, interop-ing with existing deserialization logic.

quinchs avatar Feb 26 '24 23:02 quinchs