FileSerializer.Deserialize Method

Deserializes the document.
Public Sub Deserialize( _ 
ByVal stream As Stream
)
This language is not supported or no code example is available.
public void Deserialize( 
Stream stream 
)
This language is not supported or no code example is available.

Parameters

stream
Stream

The file stream.

Remarks
 
The Content can be changed according to the file content. For example you cannot obtain a contentType.Tessellation result if the file contains only contentType.Geometry data and viceversa.

.NET Framework

Supported in: 4.8

In this article

Definition