public LoadBasedAutoScalingConfiguration Unmarshall(JsonUnmarshallerContext context) { if (context.CurrentTokenType == JsonToken.Null) { return(null); } LoadBasedAutoScalingConfiguration loadBasedAutoScalingConfiguration = new LoadBasedAutoScalingConfiguration(); int originalDepth = context.CurrentDepth; int targetDepth = originalDepth + 1; while (context.Read()) { if (context.TestExpression("LayerId", targetDepth)) { context.Read(); loadBasedAutoScalingConfiguration.LayerId = StringUnmarshaller.GetInstance().Unmarshall(context); continue; } if (context.TestExpression("Enable", targetDepth)) { context.Read(); loadBasedAutoScalingConfiguration.Enable = BoolUnmarshaller.GetInstance().Unmarshall(context); continue; } if (context.TestExpression("UpScaling", targetDepth)) { context.Read(); loadBasedAutoScalingConfiguration.UpScaling = AutoScalingThresholdsUnmarshaller.GetInstance().Unmarshall(context); continue; } if (context.TestExpression("DownScaling", targetDepth)) { context.Read(); loadBasedAutoScalingConfiguration.DownScaling = AutoScalingThresholdsUnmarshaller.GetInstance().Unmarshall(context); continue; } if (context.CurrentDepth <= originalDepth) { return(loadBasedAutoScalingConfiguration); } } return(loadBasedAutoScalingConfiguration); }
public LoadBasedAutoScalingConfiguration Unmarshall(JsonUnmarshallerContext context) { LoadBasedAutoScalingConfiguration loadBasedAutoScalingConfiguration = new LoadBasedAutoScalingConfiguration(); int originalDepth = context.CurrentDepth; int targetDepth = originalDepth + 1; while (context.Read()) { if ((context.IsKey) && (context.CurrentDepth == targetDepth)) { context.Read(); context.Read(); if (context.TestExpression("LayerId", targetDepth)) { loadBasedAutoScalingConfiguration.LayerId = StringUnmarshaller.GetInstance().Unmarshall(context); continue; } if (context.TestExpression("Enable", targetDepth)) { loadBasedAutoScalingConfiguration.Enable = BoolUnmarshaller.GetInstance().Unmarshall(context); continue; } if (context.TestExpression("UpScaling", targetDepth)) { loadBasedAutoScalingConfiguration.UpScaling = AutoScalingThresholdsUnmarshaller.GetInstance().Unmarshall(context); continue; } if (context.TestExpression("DownScaling", targetDepth)) { loadBasedAutoScalingConfiguration.DownScaling = AutoScalingThresholdsUnmarshaller.GetInstance().Unmarshall(context); continue; } } else if (context.IsEndElement && context.CurrentDepth <= originalDepth) { return(loadBasedAutoScalingConfiguration); } } return(loadBasedAutoScalingConfiguration); }