Wie geben Sie eine NonSerialized Feld mit öffentlichen Zugriffsmethoden für die XML-Serialisierung? [NonSerialized] public String _fooBar; //Declaring the property here will serialize the _fooBar field public String FooBar { get { return _fooBar; } set { _fooBar