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)