You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During serialization I've got the following error:
Caused by: java.lang.NullPointerException
at com.fasterxml.jackson.databind.ser.std.SqlDateSerializer.serialize(SqlDateSerializer.java:48) [jackson-databind-2.5.2.jar:2.5.2]
at com.fasterxml.jackson.databind.ser.std.SqlDateSerializer.serialize(SqlDateSerializer.java:18) [jackson-databind-2.5.2.jar:2.5.2]
During serialization I've got the following error:
It is thrown from the method:
because the
_useTimestamp
isnull
It set in DateTimeSerializerBase#createContextual by the framgment (asNumber is null):
The text was updated successfully, but these errors were encountered: