/// <summary> /// Unmarshaller the response from the service to the response class. /// </summary> /// <param name="context"></param> /// <returns></returns> public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context) { GetVaultNotificationsResponse response = new GetVaultNotificationsResponse(); var unmarshaller = VaultNotificationConfigUnmarshaller.Instance; response.VaultNotificationConfig = unmarshaller.Unmarshall(context); return response; }
public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context) { GetVaultNotificationsResponse response = new GetVaultNotificationsResponse(); context.Read(); UnmarshallResult(context,response); return response; }
public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context) { GetVaultNotificationsResponse response = new GetVaultNotificationsResponse(); context.Read(); response.GetVaultNotificationsResult = GetVaultNotificationsResultUnmarshaller.GetInstance().Unmarshall(context); return response; }
private static void UnmarshallResult(JsonUnmarshallerContext context,GetVaultNotificationsResponse response) { response.VaultNotificationConfig = VaultNotificationConfigUnmarshaller.GetInstance().Unmarshall(context); return; }