Package org.jrd.backend.decompiling
Class DecompilerWrapperInformationSerializer
- java.lang.Object
-
- org.jrd.backend.decompiling.DecompilerWrapperInformationSerializer
-
- All Implemented Interfaces:
com.google.gson.JsonSerializer<DecompilerWrapperInformation>
public class DecompilerWrapperInformationSerializer extends Object implements com.google.gson.JsonSerializer<DecompilerWrapperInformation>
-
-
Constructor Summary
Constructors Constructor Description DecompilerWrapperInformationSerializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.gson.JsonElement
serialize(DecompilerWrapperInformation decompilerWrapperInformation, Type type, com.google.gson.JsonSerializationContext jsonSerializationContext)
-
-
-
Method Detail
-
serialize
public com.google.gson.JsonElement serialize(DecompilerWrapperInformation decompilerWrapperInformation, Type type, com.google.gson.JsonSerializationContext jsonSerializationContext)
- Specified by:
serialize
in interfacecom.google.gson.JsonSerializer<DecompilerWrapperInformation>
-
-