You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Valentin Kulichenko (Jira)" <ji...@apache.org> on 2022/01/17 00:19:00 UTC

[jira] [Updated] (IGNITE-16240) Support putFields()+writeFields() and readFields() in User Object Serialization

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

Valentin Kulichenko updated IGNITE-16240:
-----------------------------------------
    Fix Version/s: 3.0.0-alpha5
                       (was: 3.0.0-alpha4)

> Support putFields()+writeFields() and readFields() in User Object Serialization
> -------------------------------------------------------------------------------
>
>                 Key: IGNITE-16240
>                 URL: https://issues.apache.org/jira/browse/IGNITE-16240
>             Project: Ignite
>          Issue Type: Improvement
>          Components: networking
>            Reporter: Roman Puchkovskiy
>            Assignee: Roman Puchkovskiy
>            Priority: Major
>              Labels: ignite-3
>             Fix For: 3.0.0-alpha5
>
>
> It's about ObjectOutputStream#putFields(), ObjectOutputStream#writeFields() and ObjectInputStream#readFields(). We probably need to support them to fully support writeObject()/readObject() inside Serializables.
> There is one problem: readFields() returns ObjectInputStream.GetField which in turn has a method returning ObjectStreamClass which is more or less an equivalent of our ClassDescriptor. It might happen that we would have to reconstruct it.



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