Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- Persist data with the XMLSerializer class
- The System.Xml.Serialization namespace provides the basic functionality of persisting an object as XML. Take a look at how you can use this approach. Microsoft recognized the need to persist data by including serialization functionality in the .NET Framework with the System.Runtime.Serialization, which...
- Tags: XMLSerializer, XML, Tony Patton, XML Serialization, serialization, namespace, XMLSerializer class, .NET Newsletter, Microsoft .NET Framework, Data, Class, Object, System.Xml.Serialization, System.Xml.Serialization Namespace, Deserialization, Persistence, Class Constructor, Software/Web Development, Web Development
- Technical articles 2005-06-30
- Persist data with the XMLSerializer class
- Microsoft recognized the need to persist databy including serialization functionality in the .NET Framework withthe System.Runtime.Serialization, which provides the framework fordeveloping custom serialization solutions, and theSystem.Xml.Serialization namespaces. The System.Xml.Serializationnamespace provides the basic functionality of persisting an objectas XML. Let's take a closer look at using this approach. ...
- Tags: serialization, XML, XMLSerializer, Tony Patton, namespace, XMLSerializer class, XML Serialization
- Technical articles 2005-06-30
- Make XML serialization a snap with .NET attributes
- You can get your data in the form you need it by using XMLSerializer to map your XML data to objects and objects to XML. As you walk through these examples, you'll see how easy the process can be.XML is hailed as the key to system interoperability, and the .NET...
- Tags: Listing C, Microsoft .NET, Paul Stephenson, XML, XmlSerializer, movie
- Technical articles 2001-10-01
Additional Resources
- Implement XML serialization in the .NET Framework
- This article is also available as a TechRepublic download, which includes an example application and sample code.Serializationis the act of saving an object to a storage medium or transforming the object sothat it may be sent across a network. After an object is serialized, you willwant to deserialize it which...
- Tags: Microsoft .NET Framework, XML, XML Serialization, Zach Smith
- Technical articles 2006-12-14
- Generating XML serialization classes
- Once you've created an XSD schema to define your XML data, you can use it to validate that data. Find out how to generate serialization classes and validate XML data using an XSD schema.XML is garnering a reputation as a key technology for sharing information between systems and platforms. However,...
- Tags: Paul Stephenson, XML, XML-Data, schema, XSD Schema, Xsd.exe
- Technical articles 2001-11-01
- How do I... Serialize a hash table in C# when the application requires it?
- Unfortunately, the .NET Framework does not allow serialization of any object that implements the IDictionary interface. This restriction includes, but is not limited to, hash tables. Like many developers, I have run into this restriction head on and been disappointed about the inability for serialization on hash tables. ...
- Tags: Table, Object, List, OrderedTable, NameValuePair, .Net, C#, Software Development, Software/Web Development, Programming Languages, Zach Smith
- Blog posts 2007-10-01
- Application development: An introduction to serialization in .NET
- Serialization is the process of saving the state of an object by converting it to a stream of bytes. The object can then be persisted to file, database, or even memory. The reverse process of serialization is known as deserialization see Figure A. In this article, I discuss the uses...
- Tags: SOAP, PRODUCTIVITY, .NET, Middleware, S. Vikram, application development, Microsoft .NET Framework, Microsoft .NET, serialization, Serialization
- Technical articles 2003-12-23
- Increase flexibility with the .NET XML Schema object model
- The .NET XML Schema object model offers some distinct advantages over DTD and XDR. See how you can reap the benefits of this model.XML Schema is a W3C recommendation that provides the tools to define structure, content, and semantics of an XML document. Compared to document type definition DTD and...
- Tags: .NET, Middleware, Leonardo Esposito, Microsoft .NET Framework, XML, XML schema, Microsoft .NET, XSD Schema
- Technical articles 2002-12-03
- << Previous
- page 1 of 1
- Next >>