Class TestResourcesCodec
java.lang.Object
io.micronaut.testresources.codec.TestResourcesCodec
Binary codec used between the test resources client and server.
-
Method Summary
Modifier and TypeMethodDescriptionstatic ObjectreadValue(InputStream inputStream) static voidwriteValue(Object object, OutputStream outputStream)
-
Method Details
-
readValue
- Throws:
IOException
-
writeValue
- Throws:
IOException
-