public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext context) { CreateSubnetResponse response = new CreateSubnetResponse(); 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("subnet", targetDepth)) { var unmarshaller = SubnetUnmarshaller.Instance; response.Subnet = unmarshaller.Unmarshall(context); continue; } } } return response; }
public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext context) { CreateSubnetResponse response = new CreateSubnetResponse(); int targetDepth = 2; while (context.Read()) { if (context.IsStartElement || context.IsAttribute) { if (context.TestExpression("subnet", targetDepth)) { response.Subnet = SubnetUnmarshaller.GetInstance().Unmarshall(context); continue; } } } return response; }