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:35:00 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=17228259#comment-17228259 ] 

Vyacheslav Koptilin commented on IGNITE-13594:
----------------------------------------------

Hello [~v.pyatkov],

The fix looks good to me. Merged to the master branch. Thank you for your efforts.

> 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
>             Fix For: 2.10
>
>
> 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)