Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Done
-
None
-
None
-
Docs Required, Release Notes Required
Description
in https://issues.apache.org/jira/browse/IGNITE-22643 we supported serialization of Tuples in Compute API. This feature opens the opportunity to convert pojos to/from tuples so we can support automatic pojos serialization.
The goal of this ticket is to support automatic plain objects serialization that have only native types defined as their fields. In other words, we are not going to support nested pojos now.
As a result, the compute API supports POJOs automatic convertion into/from tuples and "it just works". After this is done, tickets for other client should be created as well.
Attachments
Issue Links
- split to
-
IGNITE-23261 Cache pojo descriptors
- Open
-
IGNITE-23320 Java Client: Serialize pojo directly to binary tuple
- Open
-
IGNITE-23338 Reduce number of intermediate serializations in Compute
- Resolved
- links to