How to check if an object is serializable in C#

You have a lovely property on the Type class called IsSerializable.

Leave a Comment