gson-comments/gson/src/main/java/com/google
Éamonn McManus 45acc4db42
Suppress serialization warnings. (#2502)
Recent versions of javac emit a warning if a serializable class has
a non-transient instance field with a declared type that does not
inherit `Serializable`. In this context, we know that the actual
values will always be serializable.
2023-09-30 12:41:04 -07:00
..
gson Suppress serialization warnings. (#2502) 2023-09-30 12:41:04 -07:00