J
Joe
I have a member of my class which I only want to serialize in a flag is
true. So in a way it would be ideal if I could do something like this:
if (flag == true)
NonSerializableAttrbiute(mymember);
Is there a simple way to do this?
Thanks,
Joe
true. So in a way it would be ideal if I could do something like this:
if (flag == true)
NonSerializableAttrbiute(mymember);
Is there a simple way to do this?
Thanks,
Joe