lowka commented on code in PR #3466:
URL: https://github.com/apache/ignite-3/pull/3466#discussion_r1539727600
##########
modules/marshaller-common/src/main/java/org/apache/ignite/internal/marshaller/Marshaller.java:
##########
@@ -267,13 +306,36 @@ public Object readObject(MarshallerReader reader, Object
target) throws Marshall
return obj;
}
+ /** {@inheritDoc} */
+ @Override
+ public Object readValue(MarshallerReader reader, Object target) throws
MarshallerException {
Review Comment:
Fixed.
--
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]