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
I want to specify the JSON serialization/deserialization semantics within my
class itself, through a static field.
class A {
private static final TypeAdapter<A> GSON_TYPE_ADAPTER = .....
}
The big value is that all users of my class get automatic benefit of type
adapter, they don't need to remember to register it.
Original issue reported on code.google.com by inder123 on 8 Mar 2014 at 8:17
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
inder123
on 8 Mar 2014 at 8:17The text was updated successfully, but these errors were encountered: