Hits Today: 4 Total: 2329 | Updated: 10/3/2003 | |
 | Serialization is the process of converting an object or a con-nected graph of objects into a contiguous stream of bytes. Deserialization is the process of converting a contiguous stream of bytes back into its graph of connected objects. Author: Jeffrey Richter Code: ASP.NET v1.0 & JScript |
Hits Today: 1 Total: 3434 | Updated: 4/17/2002 | |
 | Maintaining the state of an object in ASP often required some very inventive and painstaking code. In the brave new world of .NET, however, Object Serialization offers us a comparatively easy way to do just that, as well as some other useful tasks.
Author: Anthony Hart Code: ASP.NET v1.0 & VB |
Hits Today: 1 Total: 3794 | Updated: 11/11/2002 | |
 | Serialization in .NET allows the programmer to take an instance of an object and convert it into a format that is easily transmittable over the network, or even stored in a database or file system. Author: Robert Chartier Code: ASP.NET v1.0 & VB | |  | |
Hits Today: 1 Total: 1176 | Updated: 8/14/2003 | |
 | This article provides a roadmap to learn and to master serialization and deserialization of XML with the .NET Framework (System.Xml namespace).
Author: microsoft.com Code: ASP.NET v1.0 & VB |
Hits Today: 1 Total: 1595 | Updated: 9/22/2003 | |
 | In the past, maintaining the state of an object in ASP often required some very inventive and painstaking code. In the brave new world of .NET, however, Object Serialization offers us a easy way to do just that, as well as some other useful tasks.
Author: Anthony Hart Code: ASP.NET v1.0 & VB |
Hits Today: 1 Total: 1545 | Updated: 2/16/2004 | |
 | While serializing object properties to XML is certainly useful in a variety of situations, it can also be useful to read from a serialized XML document and re-create or "rehydrate" an object. Author: Dan Wahlin Code: ASP.NET v1.1 & C# |
Hits Today: 1 Total: 1740 | Updated: 5/15/2003 | |
 | The .NET platform provides the ability to save the state of an object using serialization techniques. If you're not familiar with serialization, it's a way to persist object data to another form such as binary or XML data. Author: Dan Wahlin Code: ASP.NET v1.0 | |  | |
Hits Today: 2 Total: 2175 | Updated: 8/6/2001 | |
 | .NET provides a way to serialize objects in XML format. Thus objects can be converted into XML documents (serialization) and later on can be constructed back from the XML documents (deserialization). Author: Bipin Joshi Code: C# |
Hits Today: 1 Total: 1431 | Updated: 1/16/2002 | |
 | The .NET platform offers powerful serialization capabilities. This example shows how the Web.Config file can be updated using ASP.NET and XML Serialization techniques. Author: unknown Code: ASP.NET Beta 2 & VB |
|