Amazon.ElasticTranscoder.Model.Internal.MarshallTransformations.ReadJobResponseUnmarshaller.UnmarshallResult C# (CSharp) Метод

UnmarshallResult() приватный статический Метод

private static UnmarshallResult ( JsonUnmarshallerContext context, ReadJobResponse response ) : void
context Amazon.Runtime.Internal.Transform.JsonUnmarshallerContext
response Amazon.ElasticTranscoder.Model.ReadJobResponse
Результат void
        private static void UnmarshallResult(JsonUnmarshallerContext context,ReadJobResponse response)
        {
          
            int originalDepth = context.CurrentDepth;
            int targetDepth = originalDepth + 1;
            while (context.Read())
            {
              
              if (context.TestExpression("Job", targetDepth))
              {
                context.Read();
                response.Job = JobUnmarshaller.GetInstance().Unmarshall(context);
                continue;
              }
  
                if (context.CurrentDepth <= originalDepth)
                {                   
                    return;
                }
            }
                        
            return;
        }