You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Vyacheslav Koptilin (Jira)" <ji...@apache.org> on 2020/11/08 17:04: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 ]

Vyacheslav Koptilin updated IGNITE-13594:
-----------------------------------------
    Ignite Flags: Release Notes Required  (was: Docs Required,Release Notes Required)

> 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)