You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Andrey Mashenkov (Jira)" <ji...@apache.org> on 2021/10/20 13:46:00 UTC

[jira] [Created] (IGNITE-15784) Advanced mapper implementation.

Andrey Mashenkov created IGNITE-15784:
-----------------------------------------

             Summary: Advanced mapper implementation.
                 Key: IGNITE-15784
                 URL: https://issues.apache.org/jira/browse/IGNITE-15784
             Project: Ignite
          Issue Type: Sub-task
            Reporter: Andrey Mashenkov


Introduce converter interface to allow mapping a POJO field to a column of a different type.
E.g. user-POJO <--> byte[] to support arbitrary user objects via custom serialization.

NB: These converters are provided by a user.
Data must be converted in both directions and source-target types must be consistent.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)