You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Yury Gerzhedovich (Jira)" <ji...@apache.org> on 2021/06/04 15:30: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 ]

Yury Gerzhedovich updated IGNITE-14316:
---------------------------------------
    Remaining Estimate: 240h
     Original Estimate: 240h

> 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
>   Original Estimate: 240h
>  Remaining Estimate: 240h
>
> 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)