I have created a class called User, which contain 2 property Name and IsSuperUser, IsSuperuser is by default true.I created an object of the same class and I've set the IsSuperUser = false. after the deserialization the IsSuperUser value is true instead of false( Please see the output).
Please refer the my c# code below and check the proto_file generated after the serialization.
Using Protobuf-net 3.2.16 version.[enter image description here](https://i.stack.imgur.com/8zslY.jpg)
#protobuf-net #protobuf
The value cannot be change.