private static void UnmarshallResult(XmlUnmarshallerContext context, SetSubnetsResponse 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("AvailabilityZones/member", targetDepth))
{
var unmarshaller = AvailabilityZoneUnmarshaller.Instance;
var item = unmarshaller.Unmarshall(context);
response.AvailabilityZones.Add(item);
continue;
}
}
}
return;
}