Class PositionDeserializer
java.lang.Object
org.rspeer.game.web.util.PositionDeserializer
- All Implemented Interfaces:
com.google.gson.JsonDeserializer<Position>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondeserialize(com.google.gson.JsonElement jsonElement, Type type, com.google.gson.JsonDeserializationContext jsonDeserializationContext)
-
Constructor Details
-
PositionDeserializer
public PositionDeserializer()
-
-
Method Details
-
deserialize
public Position deserialize(com.google.gson.JsonElement jsonElement, Type type, com.google.gson.JsonDeserializationContext jsonDeserializationContext) throws com.google.gson.JsonParseException - Specified by:
deserializein interfacecom.google.gson.JsonDeserializer<Position>- Throws:
com.google.gson.JsonParseException
-