You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Denis Magda (JIRA)" <ji...@apache.org> on 2015/09/02 15:05:47 UTC

[jira] [Commented] (IGNITE-1358) PortableMarshaller: 'userType' flag is not written for objects of some types

    [ https://issues.apache.org/jira/browse/IGNITE-1358?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14727305#comment-14727305 ] 

Denis Magda commented on IGNITE-1358:
-------------------------------------

Look for IGNITE-1358 in the code to remove the workaround.

> PortableMarshaller: 'userType' flag is not written for objects of some types
> ----------------------------------------------------------------------------
>
>                 Key: IGNITE-1358
>                 URL: https://issues.apache.org/jira/browse/IGNITE-1358
>             Project: Ignite
>          Issue Type: Bug
>            Reporter: Denis Magda
>            Priority: Critical
>
> The 'userType' flag is not written when the following classes are serialized:
> - enums;
> - object and enum arrays;
> - classes.
> This leads to the situation that the predefined types map is ignored during deserialization and the type is always considered as user's.
> To support this feature requires changes in the portable protocol.
> For now there is a workaround in the code.
>  



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)