Package com.walkfares.odsl.var.adaptor
Class VarReportCreatorAdaptor
java.lang.Object
com.walkfares.odsl.var.adaptor.VarReportCreatorAdaptor
- All Implemented Interfaces:
 com.google.gson.JsonDeserializer<VarReportCreator>,com.google.gson.JsonSerializer<VarReportCreator>
public class VarReportCreatorAdaptor extends Object implements com.google.gson.JsonDeserializer<VarReportCreator>, com.google.gson.JsonSerializer<VarReportCreator>
- 
Constructor Summary
Constructors Constructor Description VarReportCreatorAdaptor() - 
Method Summary
Modifier and Type Method Description VarReportCreatordeserialize(com.google.gson.JsonElement json, Type typeOfT, com.google.gson.JsonDeserializationContext context)com.google.gson.JsonElementserialize(VarReportCreator src, Type typeOfSrc, com.google.gson.JsonSerializationContext context) 
- 
Constructor Details
- 
VarReportCreatorAdaptor
public VarReportCreatorAdaptor() 
 - 
 - 
Method Details
- 
deserialize
public VarReportCreator deserialize(com.google.gson.JsonElement json, Type typeOfT, com.google.gson.JsonDeserializationContext context) throws com.google.gson.JsonParseException- Specified by:
 deserializein interfacecom.google.gson.JsonDeserializer<VarReportCreator>- Throws:
 com.google.gson.JsonParseException
 - 
serialize
public com.google.gson.JsonElement serialize(VarReportCreator src, Type typeOfSrc, com.google.gson.JsonSerializationContext context)- Specified by:
 serializein interfacecom.google.gson.JsonSerializer<VarReportCreator>
 
 -