Aleksandr created IGNITE-23091:
----------------------------------
Summary: Java Client: Automatic Pojo Serialization
Key: IGNITE-23091
URL: https://issues.apache.org/jira/browse/IGNITE-23091
Project: Ignite
Issue Type: Improvement
Components: compute
Reporter: Aleksandr
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.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)