Hi
I have a class defined as Friend:
Friend Class MyCalss
End Class
However if I try to Serialize it using the XmlSerializer, i get an error
saying it can't be serialized because it's defined as Private.....
Is there an attribute or something else (except declaring it as public) I
can put on my class, that will make the Serializer serialize it??
TIA
Søren