Use DeserializationContext.handleWeirdXxxValue()
for datetime deserializers
#65
Milestone
DeserializationContext.handleWeirdXxxValue()
for datetime deserializers
#65
Lets look on LocalDateTimeDeserializer (for example):
Please change it to:
Why do I need this? I want to create a module that defines some DeserializationProblemHandlers that allow to deserialize datetime types using several formats. Now I need to create mix-ins to override datetime deserializers.
Please apply this change to all deserializers and key deserializers.
The text was updated successfully, but these errors were encountered: