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

UnmarshallResult() private static method

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