public class JSONConverter extends Object implements org.simpleframework.xml.convert.Converter<org.json.JSONObject>
JSONConverter()
org.json.JSONObject
read(org.simpleframework.xml.stream.InputNode jsonData)
void
write(org.simpleframework.xml.stream.OutputNode node, org.json.JSONObject jsonData)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public JSONConverter()
public org.json.JSONObject read(org.simpleframework.xml.stream.InputNode jsonData) throws Exception
read
org.simpleframework.xml.convert.Converter<org.json.JSONObject>
Exception
public void write(org.simpleframework.xml.stream.OutputNode node, org.json.JSONObject jsonData) throws Exception
write
Copyright © 2016. All rights reserved.