Nevron .NET Vision
Nevron.Serialization Namespace / NSerializer Class
Properties Methods


In This Topic
    NSerializer Class Members
    In This Topic

    The following tables list the members exposed by NSerializer.

    Public Constructors
     NameDescription
    Public ConstructorInitializer constructor  
    Top
    Public Properties
     NameDescription
    Public PropertyGets / sets a list of assemblies defining custom types allowing the custom serialization to resolve types contained in them.  
    Public PropertyGets or sets the deserialization conflict resolver  
    Public Property  
    Public PropertyAllows you to override property, field, and class attributes when you use the Xml serialization.  
    Public PropertyGets/sets the Xml serialization extra types  
    Top
    Public Methods
     NameDescription
    Public MethodCreates a deep clone filtered copy of the object.  
    Public MethodLoads an object from a file containing the object in the specified persistency format.  
    Public MethodLoads the object to the specfied stream.  
    Public MethodSaves the passed object to a file in the specified persistency format.  
    Public MethodSaves the object to the specfied stream.  
    Top
    See Also