Class RunnerOutputDeserializer
- java.lang.Object
-
- org.processmining.placebasedlpmdiscovery.runners.serialization.RunnerOutputDeserializer
-
- All Implemented Interfaces:
com.google.gson.JsonDeserializer<RunnerOutput>
public class RunnerOutputDeserializer extends java.lang.Object implements com.google.gson.JsonDeserializer<RunnerOutput>
-
-
Constructor Summary
Constructors Constructor Description RunnerOutputDeserializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RunnerOutputdeserialize(com.google.gson.JsonElement json, java.lang.reflect.Type typeOfT, com.google.gson.JsonDeserializationContext context)
-
-
-
Method Detail
-
deserialize
public RunnerOutput deserialize(com.google.gson.JsonElement json, java.lang.reflect.Type typeOfT, com.google.gson.JsonDeserializationContext context) throws com.google.gson.JsonParseException
- Specified by:
deserializein interfacecom.google.gson.JsonDeserializer<RunnerOutput>- Throws:
com.google.gson.JsonParseException
-
-