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/03/17 12:31:00 UTC

[jira] [Updated] (IGNITE-14316) Binary object API for arbitrary user objects.

     [ https://issues.apache.org/jira/browse/IGNITE-14316?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrey Mashenkov updated IGNITE-14316:
--------------------------------------
    Summary: Binary object API for arbitrary user objects.  (was: Custom binary object API)

> Binary object API for arbitrary user objects.
> ---------------------------------------------
>
>                 Key: IGNITE-14316
>                 URL: https://issues.apache.org/jira/browse/IGNITE-14316
>             Project: Ignite
>          Issue Type: Improvement
>            Reporter: Andrey Mashenkov
>            Priority: Major
>              Labels: iep-54, ignite-3
>
> Let's create BinaryObject (BO) interface and a builder interface for it assuming
> - BO is a self-described object. Similar to Ignite-2 one with a compact footer.
> - BO is unmanaged. SchemaManager doesn't care about its schema at all.
> - BO can be deserialized to user class with a specified deserializer.
> - BO has a flat structure, cyclic links are not allowed. However, one can restore links on reserialization.
> - BO must not have any dependencies on Ignite internals.
> - Ignite should provide some base implementation for BO and builder.



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