public class DroidJsonHandler extends Object
| Constructor | Description |
|---|---|
DroidJsonHandler() |
| Modifier and Type | Method | Description |
|---|---|---|
static String |
BuildJsonString(Object instance) |
|
static String |
BuildJsonString(Object instance,
com.mycomm.IProtocol.log.UniversalLogSupporter logProvider) |
|
static void |
ReadJson(Object instance,
org.json.JSONObject data) |
|
static void |
ReadJson(Object instance,
org.json.JSONObject data,
com.mycomm.IProtocol.log.UniversalLogSupporter logProvider) |
|
static void |
ReadMap(Object instance,
Map<String,String> data) |
|
static void |
ReadMap(Object instance,
Map<String,String> data,
com.mycomm.IProtocol.log.UniversalLogSupporter logProvider) |
public static void ReadJson(Object instance, org.json.JSONObject data) throws org.json.JSONException, IllegalArgumentException, IllegalAccessException
org.json.JSONExceptionIllegalArgumentExceptionIllegalAccessExceptionpublic static void ReadJson(Object instance, org.json.JSONObject data, com.mycomm.IProtocol.log.UniversalLogSupporter logProvider) throws org.json.JSONException, IllegalArgumentException, IllegalAccessException
org.json.JSONExceptionIllegalArgumentExceptionIllegalAccessExceptionpublic static void ReadMap(Object instance, Map<String,String> data) throws org.json.JSONException, IllegalArgumentException, IllegalAccessException
org.json.JSONExceptionIllegalArgumentExceptionIllegalAccessExceptionpublic static void ReadMap(Object instance, Map<String,String> data, com.mycomm.IProtocol.log.UniversalLogSupporter logProvider) throws org.json.JSONException, IllegalArgumentException, IllegalAccessException
org.json.JSONExceptionIllegalArgumentExceptionIllegalAccessExceptionpublic static String BuildJsonString(Object instance) throws org.json.JSONException, IllegalArgumentException, IllegalAccessException
org.json.JSONExceptionIllegalArgumentExceptionIllegalAccessExceptionpublic static String BuildJsonString(Object instance, com.mycomm.IProtocol.log.UniversalLogSupporter logProvider) throws org.json.JSONException, IllegalArgumentException, IllegalAccessException
org.json.JSONExceptionIllegalArgumentExceptionIllegalAccessExceptionCopyright © 2025. All rights reserved.