Amazon.SimpleWorkflow.Model.Internal.MarshallTransformations.DescribeWorkflowTypeResponseUnmarshaller.UnmarshallResult C# (CSharp) Method

UnmarshallResult() private static method

private static UnmarshallResult ( JsonUnmarshallerContext context, DescribeWorkflowTypeResponse response ) : void
context Amazon.Runtime.Internal.Transform.JsonUnmarshallerContext
response Amazon.SimpleWorkflow.Model.DescribeWorkflowTypeResponse
return void
        private static void UnmarshallResult(JsonUnmarshallerContext context,DescribeWorkflowTypeResponse response)
        {                   
          response.WorkflowTypeDetail = WorkflowTypeDetailUnmarshaller.GetInstance().Unmarshall(context);
          return;
        }