Class MatchWrapperListWrapperAdapter
java.lang.Object
at.stefangeyer.challonge.serializer.gson.adapter.MatchWrapperListWrapperAdapter
- All Implemented Interfaces:
com.google.gson.JsonDeserializer<at.stefangeyer.challonge.model.wrapper.MatchWrapperListWrapper>
public class MatchWrapperListWrapperAdapter
extends java.lang.Object
implements com.google.gson.JsonDeserializer<at.stefangeyer.challonge.model.wrapper.MatchWrapperListWrapper>
-
Constructor Summary
Constructors Constructor Description MatchWrapperListWrapperAdapter() -
Method Summary
Modifier and Type Method Description at.stefangeyer.challonge.model.wrapper.MatchWrapperListWrapperdeserialize(com.google.gson.JsonElement json, java.lang.reflect.Type typeOfT, com.google.gson.JsonDeserializationContext context)
-
Constructor Details
-
MatchWrapperListWrapperAdapter
public MatchWrapperListWrapperAdapter()
-
-
Method Details
-
deserialize
public at.stefangeyer.challonge.model.wrapper.MatchWrapperListWrapper 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.MatchWrapperListWrapper>- Throws:
com.google.gson.JsonParseException
-