Abstract class for unmarshalling service responses.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public abstract class ResponseUnmarshaller : IResponseUnmarshaller<AmazonWebServiceResponse, UnmarshallerContext>, IUnmarshaller<AmazonWebServiceResponse, UnmarshallerContext>
 Members
 Members| All Members | Methods | ||||
| Icon | Member | Description | 
|---|---|---|
|  | CreateContext(HttpWebResponse, Boolean, AsyncResult) | |
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | Unmarshall(UnmarshallerContext) | |
|  | UnmarshallException(UnmarshallerContext, Exception, HttpStatusCode) | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | ResponseUnmarshaller | |
|  | JsonResponseUnmarshaller | |
|  | XmlResponseUnmarshaller | |