mirror of https://github.com/alibaba/fastjson2.git
JSONWriter.Feature add LargeObject item
Refer to the issues below 👇 `https://github.com/alibaba/fastjson2/issues/966`
This commit is contained in:
parent
2681eb8328
commit
01e9687124
|
|
@ -91,4 +91,4 @@ class Model {
|
|||
| WriteNonStringKeyAsString | |
|
||||
| ErrorOnNoneSerializable | |
|
||||
| WritePairAsJavaBean | |
|
||||
|
||||
| LargeObject | This is a protection measure to prevent serialization of circular reference objects from consuming excessive resources. |
|
||||
|
|
|
|||
Loading…
Reference in New Issue