Possible Duplicate:
How to check if an object is serializable in C#
Recently found the following sentence:
"Just to enhance, take a thumb rule, the object that support .ToString() are all serializable objects."
This looks like strange as all objects have .ToString() method so in this case all objects must be serializable. Is this sentence make sense?
Also is any rule to detect that specific object is serializable?