chaokunyang commented on code in PR #2050:
URL: https://github.com/apache/fury/pull/2050#discussion_r1949002217
##########
java/fury-core/src/main/java/org/apache/fury/Fury.java:
##########
@@ -604,6 +604,16 @@ private void writeData(MemoryBuffer buffer, ClassInfo
classInfo, Object obj) {
case ClassResolver.STRING_CLASS_ID:
stringSerializer.writeJavaString(buffer, (String) obj);
break;
+ case ClassResolver.ARRAYLIST_CLASS_ID:
Review Comment:
Awesome, I didn't know javac can do such optimization
--
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]