[
https://issues.apache.org/jira/browse/GEODE-6288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16745577#comment-16745577
]
ASF subversion and git services commented on GEODE-6288:
--------------------------------------------------------
Commit 4ca1c220dd8bb59db5e66768e78eb49da191dde2 in geode's branch
refs/heads/develop from Darrel Schneider
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=4ca1c22 ]
GEODE-6288: change isDeserializable to return true on JSON pdx (#3089)
> 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
> Fix For: 1.9.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> 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)