chaokunyang commented on code in PR #3122:
URL: https://github.com/apache/fory/pull/3122#discussion_r2699451304
##########
java/fory-core/src/main/java/org/apache/fory/Fory.java:
##########
@@ -129,11 +131,14 @@ public final class Fory implements BaseFory {
private final boolean copyRefTracking;
private final IdentityMap<Object, Object> originToCopyMap;
private int classDefEndOffset;
+ private int configHash;
+ private final Set<String> registeredSerializers = new HashSet<>();
Review Comment:
Please delete this, we don't need to store registered serializer
--
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]