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
{{ message }}
This repository was archived by the owner on Oct 23, 2024. It is now read-only.
The lastest version will take WriteMapNullValue, WriteNullBooleanAsFalse, WriteNullListAsEmpty, WriteNullNumberAsZero, WriteNullStringAsEmpty as WriteMapNullValue while old version take SIMPLE WriteMapNullValue.
This will result different output when we set WriteNullStringAsEmpty with no WriteMapNullValue setted.
Nulled fields will be skipped in old versions but they will be "null" in newer versions.
There is a running difference in SerializerFeature:
The lastest version will take WriteMapNullValue, WriteNullBooleanAsFalse, WriteNullListAsEmpty, WriteNullNumberAsZero, WriteNullStringAsEmpty as WriteMapNullValue while old version take SIMPLE WriteMapNullValue.
This will result different output when we set WriteNullStringAsEmpty with no WriteMapNullValue setted.
Nulled fields will be skipped in old versions but they will be "null" in newer versions.
Does it make sense?