private static void UnmarshallResult(JsonUnmarshallerContext context,CreateCachediSCSIVolumeResponse response) { int originalDepth = context.CurrentDepth; int targetDepth = originalDepth + 1; while (context.Read()) { if (context.TestExpression("VolumeARN", targetDepth)) { context.Read(); response.VolumeARN = StringUnmarshaller.GetInstance().Unmarshall(context); continue; } if (context.TestExpression("TargetARN", targetDepth)) { context.Read(); response.TargetARN = StringUnmarshaller.GetInstance().Unmarshall(context); continue; } if (context.CurrentDepth <= originalDepth) { return; } } return; }
public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context) { CreateCachediSCSIVolumeResponse response = new CreateCachediSCSIVolumeResponse(); context.Read(); int targetDepth = context.CurrentDepth; while (context.ReadAtDepth(targetDepth)) { if (context.TestExpression("VolumeARN", targetDepth)) { response.VolumeARN = StringUnmarshaller.GetInstance().Unmarshall(context); continue; } if (context.TestExpression("TargetARN", targetDepth)) { response.TargetARN = StringUnmarshaller.GetInstance().Unmarshall(context); continue; } } return response; }
public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context) { CreateCachediSCSIVolumeResponse response = new CreateCachediSCSIVolumeResponse(); context.Read(); UnmarshallResult(context,response); return response; }
public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context) { CreateCachediSCSIVolumeResponse response = new CreateCachediSCSIVolumeResponse(); context.Read(); response.CreateCachediSCSIVolumeResult = CreateCachediSCSIVolumeResultUnmarshaller.GetInstance().Unmarshall(context); return response; }