xml serializer
XML / XSL
3
Posts
3
Posters
0
Views
1
Watching
-
hi , can someone tell me what is xml serializer and why it works only on public fields
Thanks Mukkanti
-
hi , can someone tell me what is xml serializer and why it works only on public fields
Thanks Mukkanti
Hi, You can see tutorial here.
-
hi , can someone tell me what is xml serializer and why it works only on public fields
Thanks Mukkanti
Because private means that the proprty/field/method/whatever is only visible to code inside the scope that declares it. Since an XmlSerialer class is not declared as part of your class code, it can't see inside your class.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007