Class ContentClassificationStateListSerializer

java.lang.Object
com.fasterxml.jackson.databind.JsonSerializer<Collection<ContentClassificationState>>
com.github.twitch4j.helix.interceptor.ContentClassificationStateListSerializer
All Implemented Interfaces:
JsonFormatVisitable

@Internal public class ContentClassificationStateListSerializer extends JsonSerializer<Collection<ContentClassificationState>>
Serializes Collection<ContentClassificationState> within ChannelInformation for TwitchHelix.updateChannelInformation(String, String, ChannelInformation) where ContentClassification.MATURE_GAME is not included in ChannelInformation.getContentClassificationLabels() since this label is controlled by the game category (rather than the user).