Class ByteArrayInputStreamSerializer
- java.lang.Object
-
- com.fasterxml.jackson.databind.JsonSerializer<ByteArrayInputStream>
-
- io.quarkus.devui.deployment.jsonrpc.ByteArrayInputStreamSerializer
-
- All Implemented Interfaces:
com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable
public class ByteArrayInputStreamSerializer extends com.fasterxml.jackson.databind.JsonSerializer<ByteArrayInputStream>
-
-
Constructor Summary
Constructors Constructor Description ByteArrayInputStreamSerializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidserialize(ByteArrayInputStream value, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider)
-
-
-
Method Detail
-
serialize
public void serialize(ByteArrayInputStream value, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider) throws IOException
- Specified by:
serializein classcom.fasterxml.jackson.databind.JsonSerializer<ByteArrayInputStream>- Throws:
IOException
-
-