Dan Smith created GEODE-7733:
--------------------------------
Summary: 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
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)