gson-comments/gson/src/main/java
É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
..
com/google/gson Suppress serialization warnings. (#2502) 2023-09-30 12:41:04 -07:00
module-info.java Fix error prone warns (#2320) 2023-03-01 14:23:27 -08:00