Package com.walkfares.odsl.var.adaptor
Class VarExtractorAdapter
java.lang.Object
com.walkfares.odsl.var.adaptor.VarExtractorAdapter
- All Implemented Interfaces:
- com.google.gson.JsonDeserializer<VarExtractor>,- com.google.gson.JsonSerializer<VarExtractor>
public class VarExtractorAdapter extends Object implements com.google.gson.JsonSerializer<VarExtractor>, com.google.gson.JsonDeserializer<VarExtractor>
- 
Constructor SummaryConstructors Constructor Description VarExtractorAdapter()
- 
Method SummaryModifier and Type Method Description VarExtractordeserialize(com.google.gson.JsonElement json, Type typeOfT, com.google.gson.JsonDeserializationContext context)com.google.gson.JsonElementserialize(VarExtractor src, Type typeOfSrc, com.google.gson.JsonSerializationContext context)
- 
Constructor Details- 
VarExtractorAdapterpublic VarExtractorAdapter()
 
- 
- 
Method Details- 
deserializepublic VarExtractor deserialize(com.google.gson.JsonElement json, Type typeOfT, com.google.gson.JsonDeserializationContext context) throws com.google.gson.JsonParseException- Specified by:
- deserializein interface- com.google.gson.JsonDeserializer<VarExtractor>
- Throws:
- com.google.gson.JsonParseException
 
- 
serializepublic com.google.gson.JsonElement serialize(VarExtractor src, Type typeOfSrc, com.google.gson.JsonSerializationContext context)- Specified by:
- serializein interface- com.google.gson.JsonSerializer<VarExtractor>
 
 
-