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