FileSerializer.DeserializeBody Method

Deserialize the file body.
Protected Sub DeserializeBody( _ 
ByVal source As Stream, _ 
ByVal serializationContext As ProtoBuf.SerializationContext
)
This language is not supported or no code example is available.
protected void DeserializeBody( 
Stream source
ProtoBuf.SerializationContext serializationContext 
)
This language is not supported or no code example is available.

Parameters

source
Stream

The stream file.

serializationContext
ProtoBuf.SerializationContext

The serialization context.

.NET Framework

Supported in: 4.8

In this article

Definition