Tag: NewtonsoftJson
-
Simple serialize of encoding
My problem was the serialize of the Encoding . Let’s suppose that we have a class that have a property Encoding( maybe to read a file ). We want to serialize this class in order to let the administrator/people to decide what will be the encoding. When we serialize( obvious,with NewtonSoftJson),we obtain this kind of…