public interface JSONConverter
| Modifier and Type | Method and Description |
|---|---|
TestOutcome |
fromJson(InputStream inputStream) |
void |
toJson(TestOutcome storedTestOutcome,
OutputStream outputStream) |
TestOutcome fromJson(InputStream inputStream) throws IOException
IOExceptionvoid toJson(TestOutcome storedTestOutcome, OutputStream outputStream) throws IOException
IOExceptionCopyright © 2011–2014 Wakaleo Consulting. All rights reserved.