Class DecompilerWrapperSerializer

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

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

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

      • DecompilerWrapperSerializer

        public DecompilerWrapperSerializer()
    • Method Detail

      • serialize

        public com.google.gson.JsonElement serialize​(DecompilerWrapper decompilerWrapper,
                                                     java.lang.reflect.Type type,
                                                     com.google.gson.JsonSerializationContext jsonSerializationContext)
        Specified by:
        serialize in interface com.google.gson.JsonSerializer<DecompilerWrapper>