ignoring a class in XML Serialization
Hi,
I want to ignore a class tag and serialize the object inside this ignored class. can someone help me do that. i tried using xmlignore but it ignores that class completely. instead i dont want to serialize that class as parent tag and i want the object and variable inside this class to serialize. can u help?
bye
RJ