Package org.jrd.backend.decompiling
Class DecompilerWrapperSerializer
java.lang.Object
org.jrd.backend.decompiling.DecompilerWrapperSerializer
- All Implemented Interfaces:
com.google.gson.JsonSerializer<DecompilerWrapper>
public class DecompilerWrapperSerializer
extends Object
implements com.google.gson.JsonSerializer<DecompilerWrapper>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.google.gson.JsonElement
serialize
(DecompilerWrapper decompilerWrapper, Type type, com.google.gson.JsonSerializationContext jsonSerializationContext)
-
Constructor Details
-
DecompilerWrapperSerializer
public DecompilerWrapperSerializer()
-
-
Method Details
-
serialize
public com.google.gson.JsonElement serialize(DecompilerWrapper decompilerWrapper, Type type, com.google.gson.JsonSerializationContext jsonSerializationContext) - Specified by:
serialize
in interfacecom.google.gson.JsonSerializer<DecompilerWrapper>
-