serialization in vb.net
im using serialization in vb.net class. is there a way not to include properties with empty string during serialization? I dont want those empty properties on the xml file but it there is value on it it should be included.
Thanks in advance!!!