Add JsonFormat.Feature.READ_DATE_TIMESTAMPS_AS_NANOSECONDS
#221
Milestone
JsonFormat.Feature.READ_DATE_TIMESTAMPS_AS_NANOSECONDS
#221
(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: