Nevron .NET Vision
Nevron.Chart Namespace / NDocumentSerializer Class
Fields Properties Methods


In This Topic
    NDocumentSerializer Class Members
    In This Topic

    The following tables list the members exposed by NDocumentSerializer.

    Public Constructors
     NameDescription
    Public ConstructorInitializer contructor  
    Top
    Protected Fields
     NameDescription
    Protected Field  
    Top
    Public Properties
     NameDescription
    Public PropertyGets / sets a list of assemblies defining custom types allowing the custom serialization to resolve types contained in them. (Inherited from Nevron.Serialization.NSerializer)
    Public PropertyGets or sets the deserialization conflict resolver (Inherited from Nevron.Serialization.NSerializer)
    Public Property (Inherited from Nevron.Serialization.NSerializer)
    Public PropertyAllows you to override property, field, and class attributes when you use the Xml serialization. (Inherited from Nevron.Serialization.NSerializer)
    Public PropertyGets/sets the Xml serialization extra types (Inherited from Nevron.Serialization.NSerializer)
    Top
    Public Methods
     NameDescription
    Public MethodCreates a deep clone filtered copy of the object. (Inherited from Nevron.Serialization.NSerializer)
    Public MethodOverloaded. Overridden. Loads the control state from file  
    Public MethodOverridden. Loads the chart control state from the passed stream.  
    Public MethodLoads an object from a file containing the object in the specified persistency format. (Inherited from Nevron.Serialization.NSerializer)
    Public MethodLoads the object to the specfied stream. (Inherited from Nevron.Serialization.NSerializer)
    Public MethodOverloaded. Overridden. Saves the control state to file  
    Public MethodOverridden. Saves the chart control state in the passed stream.  
    Public MethodSaves the passed object to a file in the specified persistency format. (Inherited from Nevron.Serialization.NSerializer)
    Public MethodSaves the object to the specfied stream. (Inherited from Nevron.Serialization.NSerializer)
    Top
    See Also