NSAmelchev commented on code in PR #13458:
URL: https://github.com/apache/ignite/pull/13458#discussion_r3749571916


##########
modules/binary/api/src/main/java/org/apache/ignite/marshaller/Marshallers.java:
##########
@@ -60,20 +60,19 @@ public static JdkMarshaller jdk() {
         return factory.jdk();
     }
 
-    /** @return Optimized marshaller instance. */
-    public static OptimizedMarshaller optimized() {
-        return factory.optimized();
+    /** @return Optimized marshaller instance for clasees implementing {@link 
Serializable}, only. */

Review Comment:
   ```suggestion
       /** @return Optimized marshaller instance for classes implementing 
{@link Serializable}, only. */
   ```



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