Delegate Serializer
Serializer function.
Namespace: Orleans.Serialization
Assembly: Orleans.Core.Abstractions.dll
Syntax
public delegate void Serializer(object raw, ISerializationContext context, Type expected);
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | raw | Input object to be serialized. |
| ISerializationContext | context | The context under which this object is being serialized. |
| Type | expected | Current Type active in this stream. |