G
Guest
I have a class that all attributes have to be serialized; some of them are
read-only.
For example,
public int abc
{
get { return _abc; }
}
This attribute is a read-only but it will not be serialized. How can i
serizlize a read-only attributes ?
read-only.
For example,
public int abc
{
get { return _abc; }
}
This attribute is a read-only but it will not be serialized. How can i
serizlize a read-only attributes ?