I have a pojo in which I have Map<Date, Object>
. When I try to serialize it using GSON, the date is serialized in UTC format. However, I want it serialized in the form Aug 23, 2000 12:00 AM.
I have tried setting the date format on GsonBuilder, but that does not come into effect. Any help in this regard will be highly appreciated