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


In This Topic
    FileSerializer Class Members
    In This Topic

    The following tables list the members exposed by FileSerializer.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the contentType for deserialization purpose. During the serialization process, it is internally initialized with the FileHeader.Content.  
    Public Property Gets the file content.  
    Public Property Gets the file header.  
    Top
    Public Methods
     NameDescription
    Public Method Deserializes the document.  
    Public MethodOverloaded.  Serializes the file to stream.  
    Top
    Protected Methods
     NameDescription
    Protected Method Deserialize the file body.  
    Protected Method Deserializes the file header.  
    Protected MethodOverridden.  Initialize the protobuf model for the file header.  
    Protected MethodOverridden.  Initialize the protobuf model for the Eyeshot proprietary file format.  
    Protected Method Serializes the file to the stream.  
    Protected Method Sets file and file header for serialization purpose.  
    Top
    See Also