timoninmaxim commented on code in PR #12035:
URL: https://github.com/apache/ignite/pull/12035#discussion_r2058039850


##########
modules/core/src/main/java/org/apache/ignite/internal/binary/BinaryUtils.java:
##########
@@ -2827,6 +2829,34 @@ public static BinaryReaderEx reader(BinaryContext ctx,
         return new BinaryReaderExImpl(ctx, in, ldr, hnds, skipHdrCheck, 
forUnmarshal);
     }
 
+    /**
+     * @param ctx Context.
+     * @return Writer instance.
+     */
+    public static BinaryWriterEx writer(BinaryContext ctx) {
+        BinaryThreadLocalContext tlsCtx = BinaryThreadLocalContext.get();

Review Comment:
   tls, why s on the end? This name is a little bit misleading. 
   
   locCtx instead?



-- 
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: notifications-unsubscr...@ignite.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to