Interface for unmarshallers which unmarshall objects from response data.
            The Unmarshallers are stateless, and only encode the rules for what data 
            in the XML stream goes into what members of an object. 
            

 Declaration Syntax
public interface IUnmarshaller<T, R>

 Generic Template Parameters
- T
- The type of object the unmarshaller returns
- R
- The type of the XML unmashaller context, which contains the
            state during parsing of the XML stream. Usually an instance of 
            Amazon.Runtime.Internal.Transform.UnmarshallerContext.

 Members
Assembly: 
AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)