gson-jodatime-serialisers icon indicating copy to clipboard operation
gson-jodatime-serialisers copied to clipboard

Look at using the Gson TypeAdapter over the JsonSerializer/JsonDeserializer

Open gkopff opened this issue 9 years ago • 0 comments

From GSON docs:

New applications should prefer TypeAdapter, whose streaming API is more efficient than this interface's tree API.

gkopff avatar Jul 29 '15 22:07 gkopff