kitalkuyo-gita commented on code in PR #2799:
URL: https://github.com/apache/fory/pull/2799#discussion_r2450348281
##########
java/fory-core/src/main/java/org/apache/fory/config/ForyBuilder.java:
##########
@@ -335,6 +336,17 @@ public ForyBuilder withScopedMetaShare(boolean scoped) {
return this;
}
+ /**
+ * Whether use meta share for ObjectStreamSerializer.
+ * This reduces serialization size by using ObjectSerializer instead of
CompatibleSerializer
+ * for classes that implement custom writeObject/readObject methods.
+ * Only effective when metaShareEnabled is true.
+ */
+ public ForyBuilder withMetaShareForObjectStream(boolean enable) {
Review Comment:
solved
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]