public interface JSONConverter
| Modifier and Type | Method and Description |
|---|---|
Optional<TestOutcome> |
fromJson(InputStream inputStream) |
Optional<TestOutcome> |
fromJson(Reader in) |
void |
toJson(TestOutcome storedTestOutcome,
OutputStream outputStream) |
Optional<TestOutcome> fromJson(InputStream inputStream) throws IOException
IOExceptionOptional<TestOutcome> fromJson(Reader in)
void toJson(TestOutcome storedTestOutcome, OutputStream outputStream) throws IOException
IOExceptionCopyright © 2023. All rights reserved.