Amazon.DataPipeline.Model.Internal.MarshallTransformations.CreatePipelineResponseUnmarshaller.Unmarshall C# (CSharp) Метод

Unmarshall() публичный Метод

public Unmarshall ( JsonUnmarshallerContext context ) : AmazonWebServiceResponse
context JsonUnmarshallerContext
Результат AmazonWebServiceResponse
        public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
        {
          CreatePipelineResponse response = new CreatePipelineResponse();          
          
          context.Read();
          
          UnmarshallResult(context,response);
          return response;
        }