JSONWriter.Feature add LargeObject item

Refer to the issues below 👇
`https://github.com/alibaba/fastjson2/issues/966`
This commit is contained in:
Kristopher Trivis 2022-11-26 02:14:34 +08:00 committed by 温绍锦
parent 2681eb8328
commit 01e9687124
1 changed files with 1 additions and 1 deletions

View File

@ -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. |