Open GoogleCodeExporter opened 9 years ago
i got the same issue. if date is a field of the object, it will be fine. if it
is inside a map, then only default date format. even customized date sterilizer
doesnt work.
Original comment by sean...@gmail.com
on 27 May 2014 at 5:06
Got the same issue.
Even when the Date is value in the map, it's serialized with the date format.
But when using Date as a key of the map, toString is used.
Original comment by omickr...@gmail.com
on 5 Sep 2014 at 7:57
Same issue in Map<String, Object> when value is java.util.Date
serialization is ok, deserialization returns a String.
gson 2.2.4
Original comment by ftoscano...@gmail.com
on 17 Sep 2014 at 10:56
Original issue reported on code.google.com by
mbrzezi...@gmail.com
on 28 Oct 2013 at 5:42