Details
-
Improvement
-
Resolution: Won't Fix
-
Major - P3
-
None
-
2.13.0
-
None
Description
Documentation of JSONSerializers#getStrict() tells that it follows strict json format. However, the used DateSerializer always writes Date instances using date.getTime(), i.e. dates written as long values which does not match the documentation regarding dates
Btw it would be nice to customize the used Serializers, e.g. like mentioned in JAVA-1175