You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Dan Smith (Jira)" <ji...@apache.org> on 2020/01/29 21:54:00 UTC

[jira] [Resolved] (GEODE-7733) StaticSerialization only swizzles class names during serialization

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

Dan Smith resolved GEODE-7733.
------------------------------
    Fix Version/s: 1.12.0
       Resolution: Fixed

Fixed in 9de8d20fcb6a88eed670b61c05f89ec2fd5d6d80

> StaticSerialization only swizzles class names during serialization
> ------------------------------------------------------------------
>
>                 Key: GEODE-7733
>                 URL: https://issues.apache.org/jira/browse/GEODE-7733
>             Project: Geode
>          Issue Type: Bug
>          Components: membership
>            Reporter: Dan Smith
>            Assignee: Dan Smith
>            Priority: Major
>             Fix For: 1.12.0
>
>
> StaticSerialization.writeClass class processOutgoingClassName to change the name of a class for old clients.
> But StaticSerialization.readClass does not call processIncomingClassName.
> Practically speaking, this means that using a MembershipLocator configured with a DSFIDSerializer that is not InternalDataSerializer cannot read VersionRequests, because these classes get their name swizzed during serialization. InternalDataSerializer has it's own class name swizzling call.



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