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


##########
java/fory-core/src/main/java/org/apache/fory/resolver/ClassResolver.java:
##########
@@ -851,6 +853,19 @@ public Serializer<?> getRawSerializer(Class<?> cls) {
     return getOrUpdateClassInfo(cls).serializer;
   }
 
+  @Internal
+  @CodegenInvoke
+  @Override
+  public Serializer<?> getRawSerializerFinalField(Class<?> cls) {

Review Comment:
   This is only used in codegen, how baout using `Invoke` expression to create 
serializer directly?



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