Andrey Mashenkov created IGNITE-15519:
-----------------------------------------
Summary: Make tuple implements Serializable
Key: IGNITE-15519
URL: https://issues.apache.org/jira/browse/IGNITE-15519
Project: Ignite
Issue Type: Improvement
Reporter: Andrey Mashenkov
Let's make Tuple implements Serializable.
Fix for TuplImpl is trivial.
Row adapter to Tuple refers to SchemaDescriptor (transitively via Row) that
serialization in unwanted.
Let's mark Row as transient and force copy Row -> Tuple on serialization.
See MutableRowTupleAdapter and all its children.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)