public static AlarmHistoryItemUnmarshaller GetInstance() { if (instance == null) { instance = new AlarmHistoryItemUnmarshaller(); } return(instance); }
public DescribeAlarmHistoryResult Unmarshall(UnmarshallerContext context) { DescribeAlarmHistoryResult describeAlarmHistoryResult = new DescribeAlarmHistoryResult(); int originalDepth = context.CurrentDepth; int targetDepth = originalDepth + 1; if (context.IsStartOfDocument) { targetDepth += 2; } while (context.Read()) { if (context.IsStartElement || context.IsAttribute) { if (context.TestExpression("AlarmHistoryItems/member", targetDepth)) { describeAlarmHistoryResult.AlarmHistoryItems.Add(AlarmHistoryItemUnmarshaller.GetInstance().Unmarshall(context)); continue; } if (context.TestExpression("NextToken", targetDepth)) { describeAlarmHistoryResult.NextToken = StringUnmarshaller.GetInstance().Unmarshall(context); continue; } } else if (context.IsEndElement && context.CurrentDepth < originalDepth) { return(describeAlarmHistoryResult); } } return(describeAlarmHistoryResult); }