Surrogate<T>.AfterDeserialize Method

Called after the object deserialization.
Protected Overridable Sub AfterDeserialize( _ 
ByVal serializationContext As ProtoBuf.SerializationContext
)
This language is not supported or no code example is available.
protected virtual void AfterDeserialize( 
ProtoBuf.SerializationContext serializationContext 
)
This language is not supported or no code example is available.

Parameters

serializationContext
ProtoBuf.SerializationContext

The serialization context

Remarks
 
The override of this method must always call the base at the beginning.

.NET Framework

Supported in: 4.8

In this article

Definition