danielwertheim

danielwertheim


notes from a passionate developer

Sections


Tags


Disclaimer

This is a personal blog. The opinions expressed here represent my own and not those of my employer, nor current or previous. All content is published "as is", without warranty of any kind and I don't take any responsibility and can't be liable for any claims, damages or other liabilities that might be caused by the content.

.NET

Json.Net - private setters

This post is a simple on explaining how you can make Json.Net [https://github.com/JamesNK/Newtonsoft.Json] handle private setters. I will show you three solutions but only one fullfills my requirements: * No attributes should be required * No fields should be serialized/deserialized only properti…

Daniel Wertheim Daniel Wertheim