public class IdsListSerializer extends com.fasterxml.jackson.databind.JsonSerializer<Collection<Storable>>
| Constructor and Description |
|---|
IdsListSerializer() |
| Modifier and Type | Method and Description |
|---|---|
void |
serialize(Collection<Storable> storables,
com.fasterxml.jackson.core.JsonGenerator gen,
com.fasterxml.jackson.databind.SerializerProvider serializers) |
void |
serializeWithType(Collection<Storable> storables,
com.fasterxml.jackson.core.JsonGenerator gen,
com.fasterxml.jackson.databind.SerializerProvider provider,
com.fasterxml.jackson.databind.jsontype.TypeSerializer typeSer) |
public void serializeWithType(Collection<Storable> storables, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider provider, com.fasterxml.jackson.databind.jsontype.TypeSerializer typeSer) throws IOException
serializeWithType in class com.fasterxml.jackson.databind.JsonSerializer<Collection<Storable>>IOExceptionpublic void serialize(Collection<Storable> storables, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider serializers) throws IOException
serialize in class com.fasterxml.jackson.databind.JsonSerializer<Collection<Storable>>IOExceptionCopyright © 2025. All rights reserved.