You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Jared Stewart (JIRA)" <ji...@apache.org> on 2017/09/13 18:50:00 UTC

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

     [ https://issues.apache.org/jira/browse/GEODE-3544?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jared Stewart resolved GEODE-3544.
----------------------------------
    Resolution: Fixed
      Assignee: Jared Stewart

> 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
>            Assignee: Jared Stewart
>             Fix For: 1.3.0
>
>
> 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)