gson-comments/gson/src/main/java
sembseth 105f28ffe6
BoundField.write memory optimization (#2325)
* BoundField.write memory optimization

Declare and initialize the type adapter used for writing BoundFields outside of the anonymous class to ensure that a new TypeAdapterRuntimeTypeWrapper is not constructed each time a BoundField is written. This type adapter is only initialized if the BoundField will be used for serialization.

* Avoid confusing nullness-analysis tools
2023-02-28 14:46:05 -08:00
..
com/google/gson BoundField.write memory optimization (#2325) 2023-02-28 14:46:05 -08:00
module-info.java Fixes #776: Add settings for the kind of newline to use (#2231) 2023-02-12 08:20:02 -08:00