public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
        {
            GetVaultNotificationsResponse response = new GetVaultNotificationsResponse();

            response.VaultNotificationConfig = VaultNotificationConfigUnmarshaller.GetInstance().Unmarshall(context);
            return(response);
        }
Пример #2
0
        public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
        {
            GetVaultNotificationsResponse response = new GetVaultNotificationsResponse();

            context.Read();

            UnmarshallResult(context, response);
            return(response);
        }
Пример #3
0
 private static void UnmarshallResult(JsonUnmarshallerContext context, GetVaultNotificationsResponse response)
 {
     response.VaultNotificationConfig = VaultNotificationConfigUnmarshaller.GetInstance().Unmarshall(context);
     return;
 }