chaokunyang commented on code in PR #2904:
URL: https://github.com/apache/fory/pull/2904#discussion_r2512853943


##########
java/fory-core/src/main/java/org/apache/fory/resolver/TypeResolver.java:
##########
@@ -467,6 +467,8 @@ public final boolean isSerializable(Class<?> cls) {
 
   public abstract Class<? extends Serializer> getSerializerClass(Class<?> cls, 
boolean codegen);
 
+  public abstract Class<? extends Serializer> 
getSerializerClassFinalField(Class<?> cls);

Review Comment:
   You can update `buildFieldsInfo` in 
`java/fory-core/src/main/java/org/apache/fory/serializer/AbstractObjectSerializer.java`
 directly, then it will be unnecessary to introduce a new method



-- 
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]

Reply via email to