FileSerializer.SerializeHeader Method

Serialize the file header.
Protected Sub SerializeHeader( _ 
ByVal stream As Stream
)
This language is not supported or no code example is available.
protected void SerializeHeader( 
Stream stream 
)
This language is not supported or no code example is available.

Parameters

stream
Stream

The stream file.

Remarks
 
This method must be used in conjunction with SerializeWithLengthPrefix<T> method. It also initialize the protocol-buffer model and compile it.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition