public static class IterableJson.Serializer extends com.fasterxml.jackson.databind.JsonSerializer<Iterable<?>>
| Constructor and Description |
|---|
Serializer() |
| Modifier and Type | Method and Description |
|---|---|
void |
serialize(Iterable value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
public void serialize(Iterable value, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider) throws IOException
serialize in class com.fasterxml.jackson.databind.JsonSerializer<Iterable<?>>IOExceptionCopyright © 2022. All rights reserved.