Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Serialization Namespace / Serializer Class
Fields Properties Methods


In This Topic
    Serializer Class Members
    In This Topic

    The following tables list the members exposed by Serializer.

    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic) Gets the first supported Eyeshot proprietary file format version.  
    Public Fieldstatic (Shared in Visual Basic) Gets the last supported Eyeshot proprietary file format version.  
    Top
    Public Properties
     NameDescription
    Public Property Gets the list of errors and warnings generated during the serialization process.  
    Public PropertyThe ProtoBuf.Meta.RuntimeTypeModel that contains the object types that must be serialized.  
    Top
    Protected Properties
     NameDescription
    Protected Property During the serialization it represents the custom tag, during the deserialization it represents the file header tag.  
    Protected PropertyDuring the serialization it represents the LastVersion, during the deserialization it represents the file header version.  
    Top
    Public Methods
     NameDescription
    Public Method Checks if the type is contained in the serializer model.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Gets the System.Type from an assembly qualified name.  
    Public Methodstatic (Shared in Visual Basic) Checks if a version is a valid Eyeshot proprietary file format version.  
    Public Method  
    Public Method Writes a message into the log.  
    Top
    Protected Methods
     NameDescription
    Protected Internal Method Compile protobuf model in place for better performance and freeze it. This method can be used when all types are known beforehand.  
    Protected Method Initialize the protobuf model for the file header.  
    Protected Method Initialize the protobuf model for the Eyeshot proprietary file format.  
    Protected Method  
    Protected Method  
    Top
    See Also