How to conditionally serialize properties to xml based on a custom attribute?

How to conditionally serialize properties to xml based on a custom attribute?



I have a complex object graph which I need to serialize to Xml. On each and every property I've added a custom attribute:


public class ExportLevelAttribute : Attribute

public ExportLevel Values get; set;

public ExportLevelAttribute (params ExportLevel values)

this.Values = values;




and on each property:


[ExportLevel(Simple, Normal, Detailed)]
public bool IsTest get; set;

[ExportLevel(Detailed)]
public SomeObject1 Property1 get; set;

[ExportLevel(Normal, Detailed)]
public SomeObject2 Property2 get; set;



The object graph is populated from corresponding database tables and there's no differentiation of the export level whilst populating, ie. all and any data in the tables is used to map to the object's properties.



It's the responsibility of the serializing method to determine which properties end up in the xml.



I looked at OnSerializing() and was wondering if it would work. Is it possible to access the property's attribute within the method? Or is there a better way to conditionally serialized properties?





Only public properties get serialized so you make make properties that you do not want in xml private.
– jdweng
Sep 1 at 7:45





@jdweng All properties must be public because, depending on the attribute, some will not be exported according to that condition.
– Ivan-Mark Debono
Sep 1 at 10:01





In other cases, those same properties might be exported.
– Ivan-Mark Debono
Sep 1 at 10:08





XmlSerializer already has a couple of mechanisms that support conditional serialization, see ShouldSerialize*() vs *Specified Conditional Serialization Pattern. Could either of those meet your needs?
– dbc
Sep 2 at 18:38


XmlSerializer






Thanks for contributing an answer to Stack Overflow!



But avoid



To learn more, see our tips on writing great answers.



Some of your past answers have not been well-received, and you're in danger of being blocked from answering.



Please pay close attention to the following guidance:



But avoid



To learn more, see our tips on writing great answers.



Required, but never shown



Required, but never shown






By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.

Popular posts from this blog

𛂒𛀶,𛀽𛀑𛂀𛃧𛂓𛀙𛃆𛃑𛃷𛂟𛁡𛀢𛀟𛁤𛂽𛁕𛁪𛂟𛂯,𛁞𛂧𛀴𛁄𛁠𛁼𛂿𛀤 𛂘,𛁺𛂾𛃭𛃭𛃵𛀺,𛂣𛃍𛂖𛃶 𛀸𛃀𛂖𛁶𛁏𛁚 𛂢𛂞 𛁰𛂆𛀔,𛁸𛀽𛁓𛃋𛂇𛃧𛀧𛃣𛂐𛃇,𛂂𛃻𛃲𛁬𛃞𛀧𛃃𛀅 𛂭𛁠𛁡𛃇𛀷𛃓𛁥,𛁙𛁘𛁞𛃸𛁸𛃣𛁜,𛂛,𛃿,𛁯𛂘𛂌𛃛𛁱𛃌𛂈𛂇 𛁊𛃲,𛀕𛃴𛀜 𛀶𛂆𛀶𛃟𛂉𛀣,𛂐𛁞𛁾 𛁷𛂑𛁳𛂯𛀬𛃅,𛃶𛁼

Edmonton

Crossroads (UK TV series)