schneider
2007-02-05 08:29:38 UTC
I have a property where ShouldSerialize is not called?
If I use a type converter do these methods still work?
Any ideas would be great.
P.S. I want to serialize progmaticly so the default attribute will not work.
Thanks,
Schneider
<TypeConverter(GetType(ExpandableObjectConverter))> _
Public Class ImageAssociatedHelper
Implements IImageAssociatedStorage
Implements ICloneable
Public Property Image() As Image Implements
IImageAssociatedStorage.Image
Public Function ShouldSerializeImage() As Boolean Implements
AbstractInterfaces.IImageAssociatedStorage.ShouldSerializeImage
If I use a type converter do these methods still work?
Any ideas would be great.
P.S. I want to serialize progmaticly so the default attribute will not work.
Thanks,
Schneider
<TypeConverter(GetType(ExpandableObjectConverter))> _
Public Class ImageAssociatedHelper
Implements IImageAssociatedStorage
Implements ICloneable
Public Property Image() As Image Implements
IImageAssociatedStorage.Image
Public Function ShouldSerializeImage() As Boolean Implements
AbstractInterfaces.IImageAssociatedStorage.ShouldSerializeImage