public class DecompilerWrapperInformationSerializer extends java.lang.Object implements com.google.gson.JsonSerializer<DecompilerWrapperInformation>
Constructor and Description |
---|
DecompilerWrapperInformationSerializer() |
Modifier and Type | Method and Description |
---|---|
com.google.gson.JsonElement |
serialize(DecompilerWrapperInformation decompilerWrapperInformation,
java.lang.reflect.Type type,
com.google.gson.JsonSerializationContext jsonSerializationContext) |
public DecompilerWrapperInformationSerializer()
public com.google.gson.JsonElement serialize(DecompilerWrapperInformation decompilerWrapperInformation, java.lang.reflect.Type type, com.google.gson.JsonSerializationContext jsonSerializationContext)
serialize
in interface com.google.gson.JsonSerializer<DecompilerWrapperInformation>