Reflection deserialization and custom attributes
Reflection deserialization and custom attributes
Download Source Code
So, last week one of my colleagues wanted to serialize an object along with custom property attribute to JSON. Interesting… JSON.NET by default will not allow serializing custom property attribute. So, you have to write custom JSON converter to fix this. Let’s take a look at how you can solve this problem
Suppose you have following custom attribute class
/// /// Complex Type…
View On WordPress













