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
The AsPropertyTypeDeserializer implementation does not respect the DeserializationFeature.ACCEPT_EMPTY_STRING_AS_NULL_OBJECT feature. When deserializing an empty String it throws DeserializationFeature.ACCEPT_EMPTY_STRING_AS_NULL_OBJECT instead of creating a null Object.
The text was updated successfully, but these errors were encountered:
The
AsPropertyTypeDeserializer
implementation does not respect theDeserializationFeature.ACCEPT_EMPTY_STRING_AS_NULL_OBJECT
feature. When deserializing an empty String it throwsDeserializationFeature.ACCEPT_EMPTY_STRING_AS_NULL_OBJECT
instead of creating a null Object.The text was updated successfully, but these errors were encountered: