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