public class InputstreamSerializer extends com.fasterxml.jackson.databind.JsonSerializer<InputStream>
| Constructor and Description |
|---|
InputstreamSerializer() |
| Modifier and Type | Method and Description |
|---|---|
void |
serialize(InputStream value,
com.fasterxml.jackson.core.JsonGenerator gen,
com.fasterxml.jackson.databind.SerializerProvider serializers) |
public void serialize(InputStream value, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider serializers) throws IOException, com.fasterxml.jackson.core.JsonProcessingException
serialize in class com.fasterxml.jackson.databind.JsonSerializer<InputStream>IOExceptioncom.fasterxml.jackson.core.JsonProcessingExceptionCopyright © 2020. All Rights Reserved.