zhaommmmomo commented on code in PR #1925:
URL: https://github.com/apache/fury/pull/1925#discussion_r1827400420
##########
java/fury-core/src/main/java/org/apache/fury/serializer/ReplaceResolveSerializer.java:
##########
@@ -44,7 +44,7 @@
* will skip classname writing if object returned by `writeReplace` is
different from current class.
*/
@SuppressWarnings({"unchecked", "rawtypes"})
-public class ReplaceResolveSerializer extends Serializer {
+public class ReplaceResolveSerializer extends AbstractObjectSerializer {
Review Comment:
> Since ReplaceResolveSerializer copy by copy returned object of
`writePlace` method, it's unnecessary to extends AbstractObjectSerializer
okay
--
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]