Q
qrli
public class ToBeSerialized {
// This field is alway ignored by XmlSerializer
public Color color;
}
How can I make that field serialized correctly?
thx in advance!
// This field is alway ignored by XmlSerializer
public Color color;
}
How can I make that field serialized correctly?
thx in advance!