ac1d0globlya commented on code in PR #12532:
URL: https://github.com/apache/ignite/pull/12532#discussion_r2581210293


##########
modules/binary/api/src/main/java/org/apache/ignite/internal/binary/BinaryWriterExImpl.java:
##########
@@ -1549,4 +1568,14 @@ boolean tryWriteAsHandle(Object obj) {
     @Override public BinaryContext context() {
         return ctx;
     }
+
+    /** Clears writer state. */
+    private void clearState() {
+        this.typeId = 0;

Review Comment:
   Done



-- 
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]

Reply via email to