public static class GroupSummary.Serializer extends StructSerializer<GroupSummary>
| Modifier and Type | Field and Description | 
|---|---|
| static GroupSummary.Serializer | INSTANCE | 
TAG_FIELD| Constructor and Description | 
|---|
| Serializer() | 
| Modifier and Type | Method and Description | 
|---|---|
| GroupSummary | deserialize(com.fasterxml.jackson.core.JsonParser p,
           boolean collapsed) | 
| void | serialize(GroupSummary value,
         com.fasterxml.jackson.core.JsonGenerator g,
         boolean collapse) | 
deserialize, serializehasTag, readTag, writeTagdeserialize, deserialize, expectEndArray, expectEndObject, expectField, expectStartArray, expectStartObject, getStringValue, serialize, serialize, serialize, serialize, skipFields, skipValuepublic static final GroupSummary.Serializer INSTANCE
public void serialize(GroupSummary value, com.fasterxml.jackson.core.JsonGenerator g, boolean collapse) throws IOException, com.fasterxml.jackson.core.JsonGenerationException
serialize in class StructSerializer<GroupSummary>IOExceptioncom.fasterxml.jackson.core.JsonGenerationExceptionpublic GroupSummary deserialize(com.fasterxml.jackson.core.JsonParser p, boolean collapsed) throws IOException, com.fasterxml.jackson.core.JsonParseException
deserialize in class StructSerializer<GroupSummary>IOExceptioncom.fasterxml.jackson.core.JsonParseException