[
https://issues.apache.org/jira/browse/GEODE-6288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16745403#comment-16745403
]
ASF subversion and git services commented on GEODE-6288:
--------------------------------------------------------
Commit b79e275c8f6fb9d61e76bd67e53137d215f3ba79 in geode's branch
refs/heads/feature/GEODE-6288 from Darrel Schneider
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=b79e275 ]
GEODE-6288: change isDeserializable to return true on JSON pdx
> 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
>
> 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)