Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hide internal variables #1

Open
ApmeM opened this issue Jul 18, 2011 · 1 comment
Open

Hide internal variables #1

ApmeM opened this issue Jul 18, 2011 · 1 comment

Comments

@ApmeM
Copy link
Owner

ApmeM commented Jul 18, 2011

Internal variables are public, because XmlSerializer can not serialize private, protected or internal properties

Need to hide them in some other way...

@ApmeM
Copy link
Owner Author

ApmeM commented Jul 18, 2011

To hide them need to find how to deal with objects in XmlAttributes

Some internal variables required for XmlAttribute, because XmlSerializer can not create attribute from object

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant