korlov42 commented on code in PR #10021:
URL: https://github.com/apache/ignite/pull/10021#discussion_r874989684
##########
modules/core/src/test/java/org/apache/ignite/internal/binary/BinaryMarshallerSelfTest.java:
##########
@@ -6118,4 +6208,22 @@ public TwoCollections() {
v = new Value(127);
}
}
+
+ /** */
+ public static class EmptyBinarylizable implements Binarylizable {
Review Comment:
why didn't you use `ObjectRaw` class 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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]