These DeserializationFeatures are also in the wiki (as explained in issue #118) however since these are specifically applicable to the java 8 datetime module they should also be included along with the other important features such as WRITE_DATE_TIMESTAMPS_AS_NANOSECONDS, etc already described in the README.
Additionally, added a couple of tests to illustrate how the ADJUST_DATES_TO_CONTEXT_TIME_ZONE feature works using dates that are plainly readable. These could eventually be added to more detailed documentation, but for now the README should be helpful.
These
DeserializationFeature
s are also in the wiki (as explained in issue #118) however since these are specifically applicable to the java 8 datetime module they should also be included along with the other important features such asWRITE_DATE_TIMESTAMPS_AS_NANOSECONDS
, etc already described in the README.Additionally, added a couple of tests to illustrate how the
ADJUST_DATES_TO_CONTEXT_TIME_ZONE
feature works using dates that are plainly readable. These could eventually be added to more detailed documentation, but for now the README should be helpful.