Package org.processmining.placebasedlpmdiscovery.utilityandcontext.eventattributesummary.serialization
Class AttributeSummaryAdapter
- java.lang.Object
-
- org.processmining.placebasedlpmdiscovery.utilityandcontext.eventattributesummary.serialization.AttributeSummaryAdapter
-
- All Implemented Interfaces:
com.google.gson.JsonDeserializer<AttributeSummary<?,?>>,com.google.gson.JsonSerializer<AttributeSummary<?,?>>
public class AttributeSummaryAdapter extends java.lang.Object implements com.google.gson.JsonSerializer<AttributeSummary<?,?>>, com.google.gson.JsonDeserializer<AttributeSummary<?,?>>
-
-
Constructor Summary
Constructors Constructor Description AttributeSummaryAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttributeSummary<?,?>deserialize(com.google.gson.JsonElement json, java.lang.reflect.Type typeOfT, com.google.gson.JsonDeserializationContext context)com.google.gson.JsonElementserialize(AttributeSummary<?,?> src, java.lang.reflect.Type typeOfSrc, com.google.gson.JsonSerializationContext context)
-
-
-
Method Detail
-
deserialize
public AttributeSummary<?,?> 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<AttributeSummary<?,?>>- Throws:
com.google.gson.JsonParseException
-
serialize
public com.google.gson.JsonElement serialize(AttributeSummary<?,?> src, java.lang.reflect.Type typeOfSrc, com.google.gson.JsonSerializationContext context)
- Specified by:
serializein interfacecom.google.gson.JsonSerializer<AttributeSummary<?,?>>
-
-