Class JsonPathSerializer

  • All Implemented Interfaces:
    com.google.gson.JsonSerializer<JsonPath>

    public class JsonPathSerializer
    extends java.lang.Object
    implements com.google.gson.JsonSerializer<JsonPath>
    • Method Summary

      Modifier and Type Method Description
      com.google.gson.JsonElement serialize​(JsonPath jsonPath, java.lang.reflect.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,
                                                     java.lang.reflect.Type type,
                                                     com.google.gson.JsonSerializationContext jsonSerializationContext)
        Specified by:
        serialize in interface com.google.gson.JsonSerializer<JsonPath>