[
https://issues.apache.org/jira/browse/IGNITE-15940?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Semyon Danilov updated IGNITE-15940:
------------------------------------
Description:
To enable User Object Serialization we need to define class descriptor format
and API for parsing java classes into this format.
As the first step, we consider simple cases - Serializable/Externalizable
classes with primitive or Serializable/Externalizable fields.
Look here for reference:
https://github.com/gridgain/gridgain-9-ce/blob/iep-67/modules/network/README.md#class-descriptor
was:
To enable User Object Serialization we need to define class descriptor format
and API for parsing java classes into this format.
As the first step we consider simple cases - Serializable/Externalizable
classes with primitive or Serializable/Externalizable fields.
> [Networking] Class parsing API and simple class descriptor format
> -----------------------------------------------------------------
>
> Key: IGNITE-15940
> URL: https://issues.apache.org/jira/browse/IGNITE-15940
> Project: Ignite
> Issue Type: Task
> Components: networking
> Reporter: Sergey Chugunov
> Priority: Major
> Labels: ignite-3
> Fix For: 3.0.0-alpha4
>
>
> To enable User Object Serialization we need to define class descriptor format
> and API for parsing java classes into this format.
> As the first step, we consider simple cases - Serializable/Externalizable
> classes with primitive or Serializable/Externalizable fields.
> Look here for reference:
> https://github.com/gridgain/gridgain-9-ce/blob/iep-67/modules/network/README.md#class-descriptor
--
This message was sent by Atlassian Jira
(v8.20.1#820001)