FileSerializer.DeserializeHeaderWithLengthPrefix Method

Deserialize the file header data.
Protected Function DeserializeHeaderWithLengthPrefix( _ 
ByVal stream As Stream
) As FileHeader
This language is not supported or no code example is available.
protected FileHeader DeserializeHeaderWithLengthPrefix( 
Stream stream 
)
This language is not supported or no code example is available.

Parameters

stream
Stream

The file stream.

Return Value

FileHeader
Remarks
 
This method must be called before calling DeserializeWithLengthPrefix or DeserializeAllItemsWithLengthPrefix<T>.

.NET Framework

Supported in: 4.8

In this article

Definition