Can I customise the serialization process
Answer / kirti
Yes. XmlSerializer supports a range of attributes that can be used to configure serialization for a particular class. For example, a field or property can be marked with the [XmlIgnore] attribute to exclude it from serialization. Another example is the [XmlElement]
attribute, which can be used to specify the XML element name to be used for a particular property or field.
Serialization via SoapFormatter/BinaryFormatter can also be controlled to some extent by attributes. For example, the [NonSerialized] attribute is the equivalent of XmlSerializer's [XmlIgnore] attribute. Ultimate control of the serialization process can be acheived by implementing the the ISerializable interface on the class whose instances are to be serialized.
| Is This Answer Correct ? | 0 Yes | 0 No |
In which circumstances you used delegates?
Mention the core components of .net framework?
What are the main components of .net framework?
If we write return statement in finally block will it works fine or throws any error?
What platforms does the .NET Framework run on?
What is net framework 3.0 ?
How to add 'ASPNET.mdf' file into server explorer in visual studio 2005?
What is entity graph? : Entity framework
Please explain me what the project manager will ask in the interview.The interview is for senior position in .Net (5 years experience )
What are bundling & minification features in asp.net mvc 4?
What is viewstart page in mvc?
Have you designed any components?