Skip to content

Commit

Permalink
feat(java): ReplaceResolveSerializer deep copy
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaommmmomo committed Nov 4, 2024
1 parent dedd02d commit 5ac9eae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 AbstractObjectSerializer {
public class ReplaceResolveSerializer extends Serializer {
private static final Logger LOG = LoggerFactory.getLogger(ReplaceResolveSerializer.class);

/**
Expand Down

0 comments on commit 5ac9eae

Please sign in to comment.