Package de.xima.fc.converter.simple
Class JSONConverter
java.lang.Object
de.xima.fc.converter.simple.JSONConverter
- All Implemented Interfaces:
org.simpleframework.xml.convert.Converter<org.json.JSONObject>
public class JSONConverter
extends Object
implements org.simpleframework.xml.convert.Converter<org.json.JSONObject>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
JSONConverter
public JSONConverter()
-
-
Method Details
-
read
- Specified by:
read
in interfaceorg.simpleframework.xml.convert.Converter<org.json.JSONObject>
- Throws:
Exception
-
write
public void write(org.simpleframework.xml.stream.OutputNode node, org.json.JSONObject jsonData) throws Exception - Specified by:
write
in interfaceorg.simpleframework.xml.convert.Converter<org.json.JSONObject>
- Throws:
Exception
-