public class ByteArraySerializer extends com.fasterxml.jackson.databind.JsonSerializer<Byte[]>
| Constructor and Description |
|---|
ByteArraySerializer() |
| Modifier and Type | Method and Description |
|---|---|
void |
serialize(Byte[] bytes,
com.fasterxml.jackson.core.JsonGenerator jsonGenerator,
com.fasterxml.jackson.databind.SerializerProvider serializers) |
public void serialize(Byte[] bytes, com.fasterxml.jackson.core.JsonGenerator jsonGenerator, com.fasterxml.jackson.databind.SerializerProvider serializers) throws IOException
serialize in class com.fasterxml.jackson.databind.JsonSerializer<Byte[]>IOExceptionCopyright © 2023. All rights reserved.