Amazon.SimpleWorkflow.Model.Internal.MarshallTransformations.DescribeActivityTypeResponseUnmarshaller.Unmarshall C# (CSharp) Method

Unmarshall() public method

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