Skip to content

rtRemote - Type mapping #118

@jmgasper

Description

@jmgasper

From the rtRemote review:

Java byte (max value 127) is enough for INT8 (8 bits including sign) but you use Java short (max value 32,767):     

case INT8:        
  value = new RTValue((short) obj.getJsonNumber("value").intValue(), type);       
  break;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions