ComponentOne List for WinForms
C1.Win.C1List.Util.Xml.Serialization Namespace / Serializer Class
Properties Methods


In This Topic
    Serializer Class Members
    In This Topic

    The following tables list the members exposed by Serializer.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Properties
     NameDescription
    Public PropertyReturns or sets formatting used by the XML writer.  
    Public PropertyReturns or sets indentation used by the XML writer.  
    Public PropertyReturns or sets serialization of non-public properties. If true non-public properties are included, but are hidden by default. Public properties are always visible by default.  
    Public PropertyReturns or sets the object implementing IOnLongOpInProgressProvider interface (can be used to provide visual feedback to the user during serialization).  
    Public PropertyGets or sets a value indicating whether all the values are to be persistent.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Deserializes an XML-document instance  
    Public MethodDeserializes text of element or attribute into object of appropriate type  
    Public MethodOverloaded. Serializes the specified Object and writes the XML-document instance to a file using the specified Stream. DOES NOT close the underlying stream. Useful for copying objects. Caller is responsible to call out writer.Close() to close writer and underlying stream.  
    Top
    See Also