Mario Salazar de Torres created GEODE-8599: ----------------------------------------------
Summary: Remove class name from PdxFieldType Key: GEODE-8599 URL: https://issues.apache.org/jira/browse/GEODE-8599 Project: Geode Issue Type: Improvement Components: native client Affects Versions: 1.13.0, 1.12.0, 1.11.0 Reporter: Mario Salazar de Torres *AS A* native client contributor *I WANT* to remove class name from PdxFieldType *SO THAT* overhead is removed and comparisons are made using typeId instead. --- *Additional information* Having class name into PdxFieldType is the consequence of lacking a good implementation for enums in C++ as opposed to Java. Thing is that class name as part of the PdxFieldType adds nothing but overhead as is not serialized. Instead typeId can be used. -- This message was sent by Atlassian Jira (v8.3.4#803005)