public static class JacksonJson.UserListSerializer extends com.fasterxml.jackson.databind.JsonSerializer<List<User>>
Constructor and Description |
---|
UserListSerializer() |
Modifier and Type | Method and Description |
---|---|
void |
serialize(List<User> value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
public void serialize(List<User> value, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider) throws IOException, com.fasterxml.jackson.core.JsonProcessingException
serialize
in class com.fasterxml.jackson.databind.JsonSerializer<List<User>>
IOException
com.fasterxml.jackson.core.JsonProcessingException
Copyright © 2019. All rights reserved.