Merge "Fixed JSON Deserializer to retain empty objects as empty rather than NULL...
authorBrent Salisbury <brent.salisbury@gmail.com>
Wed, 4 Dec 2013 16:11:17 +0000 (16:11 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Wed, 4 Dec 2013 16:11:17 +0000 (16:11 +0000)
commite424970af6452a2304903e97cb2907d36c3c2aa2
treedd5df570352fd2ce9bfb3c25acc2ee4bb19ef9e4
parent5f365314336ae5f29c81b7203f34cc877d9d7fdc
parent64ee68867bab543bdabf075d758916b26e2f881d
Merge "Fixed JSON Deserializer to retain empty objects as empty rather than NULL. During Update operations, ovsdb-server sends NULL values for the columns that are not changed. If there is a change from an empty map to valid value, then that change goes undetected. Hence we need to retain the emptiness of the map and array intact in order to differentiate the behaviour."