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 @Nullable ObjectreadValue(InputStream inputStream) static voidwriteValue(@Nullable Object object, OutputStream outputStream)
-
Method Details
-
readValue
- Throws:
IOException
-
writeValue
public static void writeValue(@Nullable Object object, OutputStream outputStream) throws IOException - Throws:
IOException
-