Vladsz83 commented on code in PR #13462:
URL: https://github.com/apache/ignite/pull/13462#discussion_r3782628761
##########
modules/codegen/src/main/java/org/apache/ignite/internal/MessageMarshallerGenerator.java:
##########
@@ -115,6 +115,12 @@ public class MessageMarshallerGenerator extends
MessageCompanionGenerator {
/** Whether the message marshals fields of its own, so the generated
methods call its step. */
private boolean selfMarshalling;
+ /** Whether the message pins the JDK marshaller, see {@link
JdkMarshalled}. */
+ private boolean jdkMarshalled;
+
+ /** Name of the marshaller the generated body uses: the transport one, or
the pinned JDK one. */
+ private String marshVar;
+
/** */
private boolean hasMarshalled;
Review Comment:
Never used any more?
--
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]