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