gson-jodatime-serialisers
gson-jodatime-serialisers copied to clipboard
Look at using the Gson TypeAdapter over the JsonSerializer/JsonDeserializer
From GSON docs:
New applications should prefer TypeAdapter, whose streaming API is more efficient than this interface's tree API.