BizTalk Utilities CV ,   Jobs ,   Code library
 
Home Page


Add/Edit your code items
Search the code library
Browse for the code library


Uncategorized
Re: Max() function
Stop Tailoring, Create Generic!!!
Introduction to WAP Push
Add xml binding to select list
Ontology Web Language
Wrapping multiple elements in a parent element
Anet XML Search Engine
Count Distinct
Superx++ Compiler and Runtime 1.0
XML Viewer
ALL UPPERCASE or all lowercase
Create an N-Column Table from XML node-set
Class Redefinition using Class Interfaces in Superx++
Object Reclassification: Choosing The Right Tool At The Right Time
XML Search Module for DotNetNuke
Ontology Management System
WebBrowser control customization
xframe - xsddoc
Sum(round(.))
A closer look at XML Data Binding, including a product appraisal (Part 1/3)


 
 

<< System.XMLWCF, WS, SOAP >>


By Paul Welter
First Posted 01/17/2003
Times viewed 141

ComSerialization


This post contains attachments
v20030117160632.zip 

Summary Serializes and deserializes COM objects into and from XML documents

The ComSerialization component can be used to serializes and deserializes COM objects into and from XML documents. Serialization is the process of converting an object's public properties and fields to a serial format (in this case, XML) for storage or transport. Deserialization restores the object to its original state from the XML output. You can think of serialization as a way of saving the state of an object into a buffer.

Public Methods
  • Deserialize: Deserializes an XML document to the object reference
  • Serialize: Serializes an object into an XML document

    Public Properties
  • CollectionAddMethod: The name of the collection method that will return a reference to a collection item
  • IgnoreList: Semicolon delimited list of properties to ignore when serializing
  • LastError: The description of the last error that occurred


  • Rate this article on a scale of 1 to 10 (0 votes, average 0)

    Your vote :  

    << System.XMLWCF, WS, SOAP >>





    Leave a comment for this article
    Your name
    Your email (optional)
    Your comment
    Optional: Upload an attachment
    Enter the code shown:

     
     

        Email TopXML