Running into trouble conditioning what gets serialized by the XmlSerializer.
Case is as follows:
When a serialized element C is serialized under (as a child of) a specific other element P then I want the serializer to only serialize specific elements of C.
I know of ...Specified but found no way of achieving the above using it. Is there another way?
Any help would be greatly appreciated,
Regards
Case is as follows:
When a serialized element C is serialized under (as a child of) a specific other element P then I want the serializer to only serialize specific elements of C.
I know of ...Specified but found no way of achieving the above using it. Is there another way?
Any help would be greatly appreciated,
Regards
Comment