You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use double curly braces to instantiate an object, it will generate a anonymous subclass, and I can't convert it to a json object using GSON, so I hope this operation can be supported.
Feature description
like i described above,Support anonymous subclass object conversion into json.
Alternatives / workarounds
The text was updated successfully, but these errors were encountered:
Problem solved by the feature
When I use double curly braces to instantiate an object, it will generate a anonymous subclass, and I can't convert it to a json object using GSON, so I hope this operation can be supported.
Feature description
like i described above,Support anonymous subclass object conversion into json.
Alternatives / workarounds
The text was updated successfully, but these errors were encountered: