adl-lang/adl

`@SerializedName` vs `annotation ... SerializedName`

Closed this issue · 1 comments

gmhta commented

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]";).

Fixed with eda5f94