public class JsonByte extends Object
JsonByte(byte[] jsonBytes)
JsonByte(String jsonString)
byte[]
getBytes()
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public JsonByte(byte[] jsonBytes)
public JsonByte(String jsonString)
public byte[] getBytes()
public String toString()
toString
Object