chaokunyang commented on code in PR #2852:
URL: https://github.com/apache/fory/pull/2852#discussion_r2483154844
##########
java/fory-core/src/main/java/org/apache/fory/Fory.java:
##########
@@ -803,11 +803,16 @@ public <T> T deserialize(byte[] bytes, Class<T> type) {
assert !peerOutOfBandEnabled : "Out of band buffers not passed in when
deserializing";
return deserializeJavaObject(buffer, type);
}
+ int prevDepth = this.depth;
Review Comment:
TBO, this is also a little strange
--
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]