Amazon.SimpleWorkflow.Model.Internal.MarshallTransformations.DescribeDomainResponseUnmarshaller.Unmarshall C# (CSharp) 메소드

Unmarshall() 공개 메소드

public Unmarshall ( JsonUnmarshallerContext context ) : AmazonWebServiceResponse
context Amazon.Runtime.Internal.Transform.JsonUnmarshallerContext
리턴 Amazon.Runtime.AmazonWebServiceResponse
        public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
        {
          DescribeDomainResponse response = new DescribeDomainResponse();
          
          context.Read();
          UnmarshallResult(context,response);          
          
          return response;
        }