wso2 / carbon-device-mgt

Apache License 2.0
53 stars 113 forks source link

Fixing serialization issue due to changes added to Operations DTO #1263

Closed ruwany closed 5 years ago

ruwany commented 5 years ago

Approach

Fixing issue due to changes in serialVersionUID after adding an additional field to Operation DTO. As a fix, serializationUID of the earlier revision of the class was included in the current code.