Darrel Schneider created GEODE-7035:
---------------------------------------
Summary: pdx enum registry needs to be improved
Key: GEODE-7035
URL: https://issues.apache.org/jira/browse/GEODE-7035
Project: Geode
Issue Type: Bug
Components: serialization
Reporter: Darrel Schneider
The work done for pdx types inĀ GEODE-6973 revealed that we have similar issues
with enum's serialized by pdx.
# The enumToId map should be populated at the same time the typeToId map is.
# afterCreate on the CacheListener should also update the enumToId map.
# duplicate code exists for enumToId that could be refactored to share code
that maintains typeToId.
#
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)