ConfigurationParser 构造函数
定义
重载
ConfigurationParser() |
Empty constructor: Used only to keep GSON happy. |
ConfigurationParser(String json) |
Constructor for an ExportImportDeviceParser that is built using the provided json |
ConfigurationParser()
Empty constructor: Used only to keep GSON happy.
public ConfigurationParser()
ConfigurationParser(String json)
Constructor for an ExportImportDeviceParser that is built using the provided json
public ConfigurationParser(String json)
参数
- json
- String
the json string to build the ExportImportDeviceParser out of