Package org.jrd.backend.decompiling
Class DecompilerWrapperInformationDeserializer
- java.lang.Object
-
- org.jrd.backend.decompiling.DecompilerWrapperInformationDeserializer
-
- All Implemented Interfaces:
com.google.gson.JsonDeserializer<DecompilerWrapperInformation>
public class DecompilerWrapperInformationDeserializer extends Object implements com.google.gson.JsonDeserializer<DecompilerWrapperInformation>
-
-
Constructor Summary
Constructors Constructor Description DecompilerWrapperInformationDeserializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DecompilerWrapperInformation
deserialize(com.google.gson.JsonElement jsonElement, Type type, com.google.gson.JsonDeserializationContext jsonDeserializationContext)
-
-
-
Method Detail
-
deserialize
public DecompilerWrapperInformation deserialize(com.google.gson.JsonElement jsonElement, Type type, com.google.gson.JsonDeserializationContext jsonDeserializationContext) throws com.google.gson.JsonParseException
- Specified by:
deserialize
in interfacecom.google.gson.JsonDeserializer<DecompilerWrapperInformation>
- Throws:
com.google.gson.JsonParseException
-
-