Closed this issue 3 years ago · 1 comments
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]";).
SerializedName
@SerializedName
annotation [struct]::[field] SerializedName "[ident]";
Fixed with eda5f94