Amazon.SimpleWorkflow.Model.Internal.MarshallTransformations.RecordActivityTaskHeartbeatResponseUnmarshaller.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)
        {
          RecordActivityTaskHeartbeatResponse response = new RecordActivityTaskHeartbeatResponse();
          
          context.Read();
          UnmarshallResult(context,response);          
          
          return response;
        }        
        
RecordActivityTaskHeartbeatResponseUnmarshaller