Serializer.ModelIsCompiled Method

Indicates whether the protobuf model is already compiled or not.
Public Function ModelIsCompiled() As Boolean
This language is not supported or no code example is available.
public bool ModelIsCompiled()
This language is not supported or no code example is available.

Return Value

bool

True when the protobuf model is compiled, otherwise false.

Remarks
 
Once the protobuf model is compiled it cannot be changed anymore, except if the ResetModel() method is called.

.NET Framework

Supported in: 4.8

In this article

Definition