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

Add support for optional values.

gkopff opened this issue · comments

commented

Add support for optional values: these should be encoded as an empty string, and returned as Optional<DateTime>. This will add a dependency on Guava.