Closed gmhta closed 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]";).
SerializedName
@SerializedName
annotation [struct]::[field] SerializedName "[ident]";
Fixed with eda5f94486f4d24249ecd9866f81380a2c38d783
Difference ASTs are generated for a field depending on whether the
SerializedName
annotation is specified locally (ie@SerializedName
) or remotely (ieannotation [struct]::[field] SerializedName "[ident]";
).