Skip to content

Commit

Permalink
add deserial object with feature deserializeNonexistentClassNotWriteF…
Browse files Browse the repository at this point in the history
…ullClassInfo
  • Loading branch information
xiang.oyx committed Nov 7, 2024
1 parent db13491 commit fe99089
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,6 @@ public final class FuryBuilder {
Boolean scopedMetaShareEnabled;
boolean codeGenEnabled = true;
Boolean deserializeNonexistentClass;
/**
* Whether deserialize nonexistent class not write full class info
* default write full class info
* if enable then not write full class info
*/
boolean deserializeNonexistentClassNotWriteFullClassInfo = false;
boolean asyncCompilationEnabled = false;
boolean registerGuavaTypes = true;
Expand Down

0 comments on commit fe99089

Please sign in to comment.