gkopff / gson-jodatime-serialisers

A set of Gson serialiser/deserialisers for dealing with Joda Time entities.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Look at using the Gson TypeAdapter over the JsonSerializer/JsonDeserializer

gkopff opened this issue · comments

commented

From GSON docs:

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