Skip to content

Commit

Permalink
3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
noear committed Oct 7, 2024
1 parent 0f018d9 commit 9deee01
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ public Fastjson2RenderTypedFactory() {
serializer.cfgSerializeFeatures(false, true,
JSONWriter.Feature.BrowserCompatible,
JSONWriter.Feature.WriteClassName,
JSONWriter.Feature.ReferenceDetection
JSONWriter.Feature.ReferenceDetection,
JSONWriter.Feature.WriteLongAsString
);
}

Expand Down

0 comments on commit 9deee01

Please sign in to comment.