Serialization
Serialization is the process of saving an object onto a storage medium (such as a file, or a memory buffer) or to transmit it across a network connection link in binary form.
Latest Articles :: Submit Article

Article Controlling Serialization of...

When serializing classes to XML, each public property and field value is transformed into an XML element. The name of the element matches the name of...

Article Controlling XML Serialization...

Every XML document includes a root element that contains all of the other information held. When serializing objects to XML the root element's...

Article Serialize C# objects to JSON

Use the built-in JSON libraries in .NET to serialize your objects to JSON.

Article Deep Cloning Using Binary...

Cloning is the process of creating copies of objects or object graphs. The .NET framework provides methods for creating shallow copies, where a...

Article Binary Serialization (C#)

A standard problem with object-oriented languages is that of persisting object state. Binary serialization allows single objects or complex models to...

Article Serialization in .NET

There are countless situations when you would like to save the data for later retrieval, but don't need the overhead or complexity of access to a...

Article Versioning Tolerance...

Versioning Tolerance Serialization in .NET Framework 2.0. New to .NET Framework 2.0 is VTS (Versioning Tolerance Serialization). Learn about it here.

Article Customize XML Serialization...

Learn how to implement the IXmlSerializable in order to customize serialization of your objects - for instance, serializing a NameValueCollection.
Also Known As ::
Serializer
 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.