Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Serialization Namespace / Serializer Class / CompileModel Method

In This Topic
    CompileModel Method
    In This Topic
    Compile protobuf model in place for better performance and freeze it. This method can be used when all types are known beforehand.
    Syntax
    'Declaration
     
    Protected Friend Sub CompileModel() 
    protected internal void CompileModel()
    Exceptions
    ExceptionDescription
    Thrown when the Model is null.
    See Also