| Package | Description |
|---|---|
| com.qeagle.devtools.protocol.definition.utils |
| Modifier and Type | Method and Description |
|---|---|
static DevToolsProtocol |
DevToolsProtocolUtils.readJson(InputStream inputStream)
Deserializes dev tools protocol from input stream.
|
static DevToolsProtocol |
DevToolsProtocolUtils.readJson(String value)
Deserializes dev tools protocol from string value.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
DevToolsProtocolUtils.writeJson(DevToolsProtocol protocol)
Serializes protocol as json string.
|
Copyright © 2020. All rights reserved.