Interface IOnDeserialized
Indicates that a class is to be notified when it has been deserialized.
Namespace: Orleans.Serialization
Assembly: Orleans.Core.Abstractions.dll
Syntax
public interface IOnDeserialized
Methods
| Improve this Doc View SourceOnDeserialized(ISerializerContext)
Notifies this instance that it has been fully deserialized.
Declaration
void OnDeserialized(ISerializerContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| ISerializerContext | context | The serializer context. |