ignusfast

Results 2 issues of ignusfast

Even though the documentation states that Dictionary is a valid exception from the ISerializable issue, if a class Inherits from Dictionary, it is not serializable by netserializer...

I have a simple class with an object property. If I store a Dictionary in that property and serialize/deserialize the class, the Dictionary comes back as a Dictionary. Because I'm...