You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "dineshakhand (JIRA)" <ji...@apache.org> on 2017/08/31 05:52:00 UTC

[jira] [Created] (GEODE-3544) JSON parsing error while key having the short data type & Key class have some part in base class

dineshakhand created GEODE-3544:
-----------------------------------

             Summary: JSON parsing error while key having the short data type & Key class have some part in base class
                 Key: GEODE-3544
                 URL: https://issues.apache.org/jira/browse/GEODE-3544
             Project: Geode
          Issue Type: Bug
          Components: gfsh
            Reporter: dineshakhand


JSON parsing error while region key 
having the short data type.

example :
Processkey{
int id;
long pid,
short cid;
}
JSON is not able to parse short data type . default it consider it as integer.
while in the class setter method will have the data type short.

second issue :  JSON parsing only consider the Key class method not the base class setter method.

if key class have BASE class .  then it parse only derived class method.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)