public class BrMissedSendungsFolgenDeserializer
extends java.lang.Object
| Constructor and Description |
|---|
BrMissedSendungsFolgenDeserializer(MediathekReader aCrawler) |
| Modifier and Type | Method and Description |
|---|---|
BrIdsDTO |
deserialize(JsonElement aElement,
java.lang.reflect.Type aType,
JsonDeserializationContext aContext)
Resolves the Sendung ids which are needed to get the Sendung details.
The data has this structure: data -> viewer -> broadcastService -> containerToday -> edges[] -> node -> id |
public BrMissedSendungsFolgenDeserializer(MediathekReader aCrawler)
public BrIdsDTO deserialize(JsonElement aElement, java.lang.reflect.Type aType, JsonDeserializationContext aContext)
data -> viewer -> broadcastService -> containerToday -> edges[] -> node -> idaElement - aType - aContext -