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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Anton Vinogradov (Jira)
Vladislav Pyatkov created IGNITE-13594:
------------------------------------------

             Summary: 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


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)