What about Type.IsSerializable?
Dan
> I am looking for a way to determine in RunTime if a given object is Xml
> Serializable (short of trying to serialize it to xml and catching the
[quoted text clipped - 16 lines]
> Thanks in advance
> Tim
TimJR - 21 Dec 2005 20:27 GMT
No, Type.IsSerializable is for Binary serialization, not Xml Serialization so
it does not identify if an object (or type) is xml serializable.
> What about Type.IsSerializable?
>
> Dan