[
https://issues.apache.org/jira/browse/GEODE-6288?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated GEODE-6288:
----------------------------------
Labels: pull-request-available (was: )
> 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
> Affects Versions: 1.9.0
> Reporter: Darrel Schneider
> Assignee: Darrel Schneider
> Priority: Major
> Labels: pull-request-available
>
> 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)