Serializer.CompileModel Method

Compile protobuf model in place for better performance and freeze it. This method can be used when all types are known beforehand.
Protected Friend Sub CompileModel()
This language is not supported or no code example is available.
internal protected void CompileModel()
This language is not supported or no code example is available.
Exception type Condition

NullReferenceException

Thrown when the Model is null.

.NET Framework

Supported in: 4.8

In this article

Definition