Package com.postman.collection.adapter
Class PropertyDeserializer
java.lang.Object
com.postman.collection.adapter.PropertyDeserializer
- All Implemented Interfaces:
 com.google.gson.JsonDeserializer<Property>
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiondeserialize(com.google.gson.JsonElement jElement, Type typeOfT, com.google.gson.JsonDeserializationContext context) Custom GSON deserializer for theRequestAuthobject. 
- 
Constructor Details
- 
PropertyDeserializer
public PropertyDeserializer() 
 - 
 - 
Method Details
- 
deserialize
public Property deserialize(com.google.gson.JsonElement jElement, Type typeOfT, com.google.gson.JsonDeserializationContext context) throws com.google.gson.JsonParseException Custom GSON deserializer for theRequestAuthobject.- Specified by:
 deserializein interfacecom.google.gson.JsonDeserializer<Property>- Parameters:
 jElement-typeOfT-context-- Returns:
 - Property
 - Throws:
 com.google.gson.JsonParseException
 
 -