Package com.tananaev.jsonpatch.gson
Class AbsOperationDeserializer
- java.lang.Object
-
- com.tananaev.jsonpatch.gson.AbsOperationDeserializer
-
- All Implemented Interfaces:
com.google.gson.JsonDeserializer<AbsOperation>
public class AbsOperationDeserializer extends java.lang.Object implements com.google.gson.JsonDeserializer<AbsOperation>
-
-
Constructor Summary
Constructors Constructor Description AbsOperationDeserializer()
-
Method Summary
Modifier and Type Method Description AbsOperationdeserialize(com.google.gson.JsonElement element, java.lang.reflect.Type type, com.google.gson.JsonDeserializationContext jsonDeserializationContext)
-
-
-
Method Detail
-
deserialize
public AbsOperation deserialize(com.google.gson.JsonElement element, java.lang.reflect.Type type, com.google.gson.JsonDeserializationContext jsonDeserializationContext) throws com.google.gson.JsonParseException
- Specified by:
deserializein interfacecom.google.gson.JsonDeserializer<AbsOperation>- Throws:
com.google.gson.JsonParseException
-
-