Amazon.ElastiCache.Model.Internal.MarshallTransformations.PurchaseReservedCacheNodesOfferingResponseUnmarshaller.UnmarshallResult C# (CSharp) Method

UnmarshallResult() private static method

private static UnmarshallResult ( Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext context, PurchaseReservedCacheNodesOfferingResponse response ) : void
context Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext
response Amazon.ElastiCache.Model.PurchaseReservedCacheNodesOfferingResponse
return void
        private static void UnmarshallResult(XmlUnmarshallerContext context,PurchaseReservedCacheNodesOfferingResponse response)
        {
            int originalDepth = context.CurrentDepth;
            int targetDepth = originalDepth + 1;
            if (context.IsStartOfDocument) 
               targetDepth += 2;
            
            while (context.Read())
            {
                if (context.IsStartElement || context.IsAttribute)
                {
                    if (context.TestExpression("ReservedCacheNode", targetDepth))
                    {
                        response.ReservedCacheNode = ReservedCacheNodeUnmarshaller.GetInstance().Unmarshall(context);
                        continue;
                    }
                }
                else if (context.IsEndElement && context.CurrentDepth < originalDepth)
                {
                    return;
                }
            }
        }
        
PurchaseReservedCacheNodesOfferingResponseUnmarshaller