Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Can I customise the serialization process

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How route table has been created in ASP.NET ASP.Net MVC?

1049


Is the following route definition a valid route definition? {controller}{action}/{id}

1290


How to Create an Intranet Site Using ASP.NET MVC?

1137


Explain the 'page lifecycle' of an ASP.NET MVC?

1184


How does the .net framework 3.0 relate to the .net framework 2.0?

1091


What are Validation Annotations?

1097


What is entity framework? : Entity framework

1094


Which filter executes first in an asp.net mvc application?

1036


what do you mean by table-per-type?

1137


What does a viewmodel do?

1137


What are scaffold templates in mvc?

1065


How large is the .net framework 3.0? Does this change make the release larger?

1065


Can we free memory explicitly without waiting for garbage collector to free the memory in .net compact framework?

1044


what is client wins and store wins mode in entity framework concurrency?

1275


Can you please explain the request flow in ASP.NET MVC framework?

1176