net.riotopsys.json_patch.gson
Class JsonPathSerializer

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

public class JsonPathSerializer
extends Object
implements com.google.gson.JsonSerializer<JsonPath>

Created by afitzgerald on 8/4/14.


Constructor Summary
JsonPathSerializer()
           
 
Method Summary
 com.google.gson.JsonElement serialize(JsonPath jsonPath, Type type, com.google.gson.JsonSerializationContext jsonSerializationContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JsonPathSerializer

public JsonPathSerializer()
Method Detail

serialize

public com.google.gson.JsonElement serialize(JsonPath jsonPath,
                                             Type type,
                                             com.google.gson.JsonSerializationContext jsonSerializationContext)
Specified by:
serialize in interface com.google.gson.JsonSerializer<JsonPath>


Copyright © 2014. All rights reserved.