private static void UnmarshallResult(XmlUnmarshallerContext context, RetrieveEnvironmentInfoResponse response) { int originalDepth = context.CurrentDepth; int targetDepth = originalDepth + 1; if (context.IsStartOfDocument) targetDepth += 2; while (context.ReadAtDepth(originalDepth)) { if (context.IsStartElement || context.IsAttribute) { if (context.TestExpression("EnvironmentInfo/member", targetDepth)) { var unmarshaller = EnvironmentInfoDescriptionUnmarshaller.Instance; var item = unmarshaller.Unmarshall(context); response.EnvironmentInfo.Add(item); continue; } } } return; }
private static void UnmarshallResult(XmlUnmarshallerContext context,RetrieveEnvironmentInfoResponse 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("EnvironmentInfo/member", targetDepth)) { response.EnvironmentInfo.Add(EnvironmentInfoDescriptionUnmarshaller.GetInstance().Unmarshall(context)); continue; } } else if (context.IsEndElement && context.CurrentDepth < originalDepth) { return; } } return; }
public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext context) { RetrieveEnvironmentInfoResponse response = new RetrieveEnvironmentInfoResponse(); context.Read(); int targetDepth = context.CurrentDepth; while (context.ReadAtDepth(targetDepth)) { if (context.IsStartElement) { if(context.TestExpression("RetrieveEnvironmentInfoResult", 2)) { UnmarshallResult(context, response); continue; } if (context.TestExpression("ResponseMetadata", 2)) { response.ResponseMetadata = ResponseMetadataUnmarshaller.Instance.Unmarshall(context); } } } return response; }
public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext context) { RetrieveEnvironmentInfoResponse response = new RetrieveEnvironmentInfoResponse(); while (context.Read()) { if (context.IsStartElement) { if(context.TestExpression("RetrieveEnvironmentInfoResult", 2)) { response.RetrieveEnvironmentInfoResult = RetrieveEnvironmentInfoResultUnmarshaller.GetInstance().Unmarshall(context); continue; } if (context.TestExpression("ResponseMetadata", 2)) { response.ResponseMetadata = ResponseMetadataUnmarshaller.GetInstance().Unmarshall(context); } } } return response; }