Skip to main content

XML Serialization

  • Chapter
Beginning xml with C# 2008
  • 557 Accesses

Abstract

Your .NET applications consist of one or more classes. The objects of these classes are used to store state information. As long as your objects are available in the memory of your application, this state information is readily available. But what if you would like to persist object state across application shutdowns? At first you may think of saving object state in a database. However, databases generally store information in relational format, whereas objects often have a hierarchical structure. Moreover, you would need to create many tables in the database on your own. Storing object data in a database comes with its own overheads. Wouldn't it be nice if the entire object state could be stored to a medium and retrieved later? That is what serialization offers.

This is a preview of subscription content, log in via an institution to check access.

Access this chapter

Chapter
USD 29.95
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
eBook
USD 34.99
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever

Tax calculation will be finalised at checkout

Purchases are for personal use only

Institutional subscriptions

Preview

Unable to display preview. Download preview PDF.

Unable to display preview. Download preview PDF.

Rights and permissions

Reprints and permissions

Copyright information

© 2008 Bipin Joshi

About this chapter

Cite this chapter

(2008). XML Serialization. In: Beginning xml with C# 2008. Apress. https://doi.org/10.1007/978-1-4302-0998-0_8

Download citation

Publish with us

Policies and ethics