Class ParticipantWrapperListWrapperAdapter
java.lang.Object
at.stefangeyer.challonge.serializer.gson.adapter.ParticipantWrapperListWrapperAdapter
- All Implemented Interfaces:
com.google.gson.JsonDeserializer<at.stefangeyer.challonge.model.wrapper.ParticipantWrapperListWrapper>
public class ParticipantWrapperListWrapperAdapter
extends java.lang.Object
implements com.google.gson.JsonDeserializer<at.stefangeyer.challonge.model.wrapper.ParticipantWrapperListWrapper>
-
Constructor Summary
Constructors Constructor Description ParticipantWrapperListWrapperAdapter() -
Method Summary
Modifier and Type Method Description at.stefangeyer.challonge.model.wrapper.ParticipantWrapperListWrapperdeserialize(com.google.gson.JsonElement json, java.lang.reflect.Type typeOfT, com.google.gson.JsonDeserializationContext context)
-
Constructor Details
-
ParticipantWrapperListWrapperAdapter
public ParticipantWrapperListWrapperAdapter()
-
-
Method Details
-
deserialize
public at.stefangeyer.challonge.model.wrapper.ParticipantWrapperListWrapper deserialize(com.google.gson.JsonElement json, java.lang.reflect.Type typeOfT, com.google.gson.JsonDeserializationContext context) throws com.google.gson.JsonParseException- Specified by:
deserializein interfacecom.google.gson.JsonDeserializer<at.stefangeyer.challonge.model.wrapper.ParticipantWrapperListWrapper>- Throws:
com.google.gson.JsonParseException
-