Serializer Delegate

Definition

Serializes and deserializes values.

C#
public delegate void Serializer(object raw, ISerializationContext context, Type expected);
C#
public sealed class Serializer

Parameters

raw
Object

Input object to be serialized.

context
ISerializationContext

The context under which this object is being serialized.

expected
Type

Current Type active in this stream.

Applies to

Product Versions
.NET Orleans 3.4.5, 3.6.0, 7.0.0, 8.0.0, 8.1.0, 8.2.0, 9.0.0