net.riotopsys.json_patch.gson
Class JsonPathDeserializer

java.lang.Object
  extended by net.riotopsys.json_patch.gson.JsonPathDeserializer
All Implemented Interfaces:
com.google.gson.JsonDeserializer<JsonPath>

public class JsonPathDeserializer
extends Object
implements com.google.gson.JsonDeserializer<JsonPath>

Created by afitzgerald on 8/4/14.


Constructor Summary
JsonPathDeserializer()
           
 
Method Summary
 JsonPath deserialize(com.google.gson.JsonElement element, Type type, com.google.gson.JsonDeserializationContext jsonDeserializationContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JsonPathDeserializer

public JsonPathDeserializer()
Method Detail

deserialize

public JsonPath deserialize(com.google.gson.JsonElement element,
                            Type type,
                            com.google.gson.JsonDeserializationContext jsonDeserializationContext)
                     throws com.google.gson.JsonParseException
Specified by:
deserialize in interface com.google.gson.JsonDeserializer<JsonPath>
Throws:
com.google.gson.JsonParseException


Copyright © 2014. All rights reserved.