Darrel Schneider created GEODE-6288:
---------------------------------------
Summary: PdxInstance.isDeserializable returns false for a JSON pdx
instance
Key: GEODE-6288
URL: https://issues.apache.org/jira/browse/GEODE-6288
Project: Geode
Issue Type: Bug
Components: serialization
Reporter: Darrel Schneider
PdxInstance.isDeserializable should only return false if the PdxInstance does
not change form. For example PdxInstance.getObject should always return the
same PdxInstance it is called on.
But in the case of PdxInstances created for JSON, getObject returns the JSON
form instead of the PdxInstance. So for JSON PdxInstances, isDeserializable
should return true.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)