public class UntotalledPageJacksonSerializer extends com.fasterxml.jackson.databind.JsonSerializer<UntotalledPage<?>>
UntotalledPage
. Most notably, this serializer avoids
attempting to serialize unsupported total related fields that are otherwise active in the
Page
superclass.Constructor and Description |
---|
UntotalledPageJacksonSerializer() |
Modifier and Type | Method and Description |
---|---|
void |
serialize(UntotalledPage<?> page,
com.fasterxml.jackson.core.JsonGenerator jsonGenerator,
com.fasterxml.jackson.databind.SerializerProvider serializerProvider) |
public void serialize(UntotalledPage<?> page, com.fasterxml.jackson.core.JsonGenerator jsonGenerator, com.fasterxml.jackson.databind.SerializerProvider serializerProvider) throws IOException
serialize
in class com.fasterxml.jackson.databind.JsonSerializer<UntotalledPage<?>>
IOException
Copyright © 2021. All rights reserved.