Class AbsOperationDeserializer

  • All Implemented Interfaces:
    com.google.gson.JsonDeserializer<AbsOperation>

    public class AbsOperationDeserializer
    extends java.lang.Object
    implements com.google.gson.JsonDeserializer<AbsOperation>
    • Method Summary

      Modifier and Type Method Description
      AbsOperation deserialize​(com.google.gson.JsonElement element, java.lang.reflect.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

      • AbsOperationDeserializer

        public AbsOperationDeserializer()
    • 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:
        deserialize in interface com.google.gson.JsonDeserializer<AbsOperation>
        Throws:
        com.google.gson.JsonParseException