public class BaseResponseSerializer extends com.fasterxml.jackson.databind.JsonSerializer<BaseResponse>
| Constructor and Description |
|---|
BaseResponseSerializer(ResourceRegistry resourceRegistry) |
| Modifier and Type | Method and Description |
|---|---|
Class<BaseResponse> |
handledType() |
void |
serialize(BaseResponse value,
com.fasterxml.jackson.core.JsonGenerator gen,
com.fasterxml.jackson.databind.SerializerProvider serializers) |
public BaseResponseSerializer(ResourceRegistry resourceRegistry)
public void serialize(BaseResponse value, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider serializers) throws IOException
serialize in class com.fasterxml.jackson.databind.JsonSerializer<BaseResponse>IOExceptionpublic Class<BaseResponse> handledType()
handledType in class com.fasterxml.jackson.databind.JsonSerializer<BaseResponse>Copyright © 2015. All Rights Reserved.