ComponentOne List for WinForms
C1.Win.C1List.Util.Xml.Serialization Namespace / TypeSerialization Enumeration

In This Topic
    TypeSerialization Enumeration
    In This Topic
    Determines how item types are serialized
    Syntax
    'Declaration
     
    
    Public Enum TypeSerialization 
       Inherits System.Enum
    public enum TypeSerialization : System.Enum 
    Members
    MemberDescription
    AssemblyQualifiedNameItem type is serialized as a fully qualified name and assembly name
    CustomUse owner's IMemberTypeEncoder for members (for collection items, this is done automatically).
    FullNameItem type is serialized as a fully qualified name
    NoneItem type is not serialized (this is the default)
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1List.Util.Xml.Serialization.TypeSerialization

    See Also