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
Copy file name to clipboardExpand all lines: docs/features_en.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ class Model {
69
69
| BeanToArray | Sequence the objects into an array format like [101,"XX"], which will be smaller. |
70
70
| WriteNulls | Serialize write null field |
71
71
| BrowserCompatible | Over a wide range of integers than JavaScript supports, the output is in string format. |
72
-
| NullAsDefaultValue | The null value is output as the default value, the null of the Number type is output as 0, the null output of the String type is "", and the output of the array and Collection type is[]. |
72
+
| NullAsDefaultValue | The null value is output as the default value, the whole Number type as 0, the decimal Number type as 0.0, the String type as "", the Character type as \u0000, the array and Collection type as[], and the others as {}. |
73
73
| WriteBooleanAsNumber | Write true as 1 and false as 0. |
74
74
| WriteNonStringValueAsString | Write values of non-String types as Strings, excluding objects and data types. |
75
75
| WriteClassName | Write type information when serializing. |
0 commit comments