chaokunyang commented on code in PR #2312:
URL: https://github.com/apache/fory/pull/2312#discussion_r2135852906
##########
java/fory-core/src/main/java/org/apache/fory/builder/CodecBuilder.java:
##########
@@ -123,6 +123,8 @@ public CodecBuilder(CodegenContext ctx, TypeRef<?>
beanType) {
/** Returns an expression that serialize java bean of type {@link
CodecBuilder#beanClass}. */
public abstract Expression buildEncodeExpression();
+ public abstract Expression buildXlangEncodeExpression();
Review Comment:
Could we keep buildXlangEncodeExpression and buildXlangDecodeExpression in
BaseObjectCodecBuilder.java?
--
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]