Returns information about the ListDomains response and response metadata.
상속: ListDomainsResult
 public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
 {
   ListDomainsResponse response = new ListDomainsResponse();
   
   UnmarshallResult(context,response);          
   
   return response;
 }        
        /// <summary>
        /// Unmarshaller the response from the service to the response class.
        /// </summary>  
        /// <param name="context"></param>
        /// <returns></returns>
        public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
        {
            ListDomainsResponse response = new ListDomainsResponse();

            response.DomainInfos = DomainInfosUnmarshaller.Instance.Unmarshall(context);

            return response;
        }
        public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
        {
            ListDomainsResponse response = new ListDomainsResponse();

              context.Read();
              response.ListDomainsResult = ListDomainsResultUnmarshaller.GetInstance().Unmarshall(context);

              return response;
        }
 private static void UnmarshallResult(JsonUnmarshallerContext context,ListDomainsResponse response)
 {                   
   response.DomainInfos = DomainInfosUnmarshaller.GetInstance().Unmarshall(context);
   return;
 }