You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Taras Ledkov (Jira)" <ji...@apache.org> on 2021/07/06 14:05:00 UTC

[jira] [Created] (IGNITE-15065) Add an explicit method to register binary type based on class

Taras Ledkov created IGNITE-15065:
-------------------------------------

             Summary: Add an explicit method to register binary type based on class
                 Key: IGNITE-15065
                 URL: https://issues.apache.org/jira/browse/IGNITE-15065
             Project: Ignite
          Issue Type: Bug
          Components: binary
            Reporter: Taras Ledkov
            Assignee: Taras Ledkov
             Fix For: 2.12


*My proposal is:*
- add new method to IgniteBinary interface
    {{public BinaryType registerClass(Class<?> cls) throws BinaryObjectException;}}

- the implementation is simple: use {{BinaryContext#registerClass}} to register user class and return registered metadata.




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