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

[jira] [Updated] (IGNITE-13594) Model classes require manual deserialization if used inside Job loaded by p2p

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

Vladislav Pyatkov updated IGNITE-13594:
---------------------------------------
    Reviewer: Slava Koptilin

> Model classes require manual deserialization if used inside Job loaded by p2p
> -----------------------------------------------------------------------------
>
>                 Key: IGNITE-13594
>                 URL: https://issues.apache.org/jira/browse/IGNITE-13594
>             Project: Ignite
>          Issue Type: Bug
>            Reporter: Vladislav Pyatkov
>            Assignee: Vladislav Pyatkov
>            Priority: Major
>
> After fix in IGNITE-5038[,|https://ggsystems.atlassian.net/browse/GG-28146,] now users can use model classes inside CompuJobs, but they still need to change their code and add manual deserialization like
> Object personVal = binaryVal.deserialize(testClsLdr);
> If they want to use them.
> I believe that we can do it under the hood and proper classloader can be chosen automatically.
>  



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