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
So, there is JsonFormat.Feature.WRITE_DATE_TIMESTAMPS_AS_NANOSECONDS to match SerializationFeature.WRITE_DATE_TIMESTAMPS_AS_NANOSECONDS.
But no similar one for READ_DATE_TIMESTAMPS_AS_NANOSECONDS. Let's add it.
The text was updated successfully, but these errors were encountered:
(note: result of FasterXML/jackson-modules-java8#272)
So, there is
JsonFormat.Feature.WRITE_DATE_TIMESTAMPS_AS_NANOSECONDS
to matchSerializationFeature.WRITE_DATE_TIMESTAMPS_AS_NANOSECONDS
.But no similar one for
READ_DATE_TIMESTAMPS_AS_NANOSECONDS
. Let's add it.The text was updated successfully, but these errors were encountered: