adl-lang / adl

ADL (Algebraic Data Language)
Other
209 stars 22 forks source link

`@SerializedName` vs `annotation ... SerializedName` #165

Closed gmhta closed 2 years ago

gmhta commented 2 years ago

Difference ASTs are generated for a field depending on whether the SerializedName annotation is specified locally (ie @SerializedName) or remotely (ie annotation [struct]::[field] SerializedName "[ident]";).

timbod7 commented 2 years ago

Fixed with eda5f94486f4d24249ecd9866f81380a2c38d783