Class DecompilerWrapperDeserializer

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

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      DecompilerWrapper deserialize​(com.google.gson.JsonElement jsonElement, 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

      • DecompilerWrapperDeserializer

        public DecompilerWrapperDeserializer()
    • Method Detail

      • deserialize

        public DecompilerWrapper deserialize​(com.google.gson.JsonElement jsonElement,
                                             java.lang.reflect.Type type,
                                             com.google.gson.JsonDeserializationContext jsonDeserializationContext)
                                      throws com.google.gson.JsonParseException
        Specified by:
        deserialize in interface com.google.gson.JsonDeserializer<DecompilerWrapper>
        Throws:
        com.google.gson.JsonParseException