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)

Reply via email to