tomba / netserializer

Fast(est?) .Net Serializer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ISerializable classes are not checked early enough

tomba opened this issue · comments

ISerializable classes are checked too late, and this may cause an unclear exception to be thrown (e.g. for Exception class a "void* not serializable" is thrown.

Fixed. Just missed v2.0, but exists in master branch.