You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Semyon Danilov (Jira)" <ji...@apache.org> on 2021/11/18 10:03:00 UTC

[jira] [Updated] (IGNITE-15946) Implement marshalling and demarshalling

     [ https://issues.apache.org/jira/browse/IGNITE-15946?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Semyon Danilov updated IGNITE-15946:
------------------------------------
    Description: 
Implement marshalling and unmarshalling operations based on the class descriptors. It should support Serializable, Externalizable ({{{}readExternal{}}}/ {{{}writeExternal{}}}, {{{}readResolve{}}}/{{{}writeReplace{}}}) and other arbitrary objects.

See https://github.com/gridgain/gridgain-9-ce/blob/iep-67/modules/network/README.md

> Implement marshalling and demarshalling
> ---------------------------------------
>
>                 Key: IGNITE-15946
>                 URL: https://issues.apache.org/jira/browse/IGNITE-15946
>             Project: Ignite
>          Issue Type: Task
>            Reporter: Semyon Danilov
>            Priority: Major
>              Labels: ignite-3
>
> Implement marshalling and unmarshalling operations based on the class descriptors. It should support Serializable, Externalizable ({{{}readExternal{}}}/ {{{}writeExternal{}}}, {{{}readResolve{}}}/{{{}writeReplace{}}}) and other arbitrary objects.
> See https://github.com/gridgain/gridgain-9-ce/blob/iep-67/modules/network/README.md



--
This message was sent by Atlassian Jira
(v8.20.1#820001)