Details
Description
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.
Attachments
Attachments
Issue Links
- is a child of
-
IGNITE-13616 IEP-54 Live schema for tables
- Open
- is related to
-
IGNITE-17882 Remove org.apache.ignite.binary.BinaryObject from public API
- Resolved