نمونه ای از Reflection deserialization and custom attributes
301, MovedPermanently
http://www.codeproject.com/Articles/1079324/Reflection-deserialization-and-custom-attributes icon

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 

نمونه ای از Reflection deserialization and custom attributes