IKeyedSerializer Interface

Definition

C#
public interface IKeyedSerializer : Orleans.Serialization.IExternalSerializer
Derived
Implements

Properties

Methods

DeepCopy(Object, ICopyContext)

Tries to create a copy of source.

(Inherited from IExternalSerializer)
Deserialize(Type, IDeserializationContext)

Tries to deserialize an item.

(Inherited from IExternalSerializer)
Initialize(Logger)

Initializes the external serializer. Called once when the serialization manager creates an instance of this type

(Inherited from IExternalSerializer)
IsSupportedType(Type, Boolean)
IsSupportedType(Type)

Informs the serialization manager whether this serializer supports the type for serialization.

(Inherited from IExternalSerializer)
Serialize(Object, ISerializationContext, Type)

Tries to serialize an item.

(Inherited from IExternalSerializer)

Applies to

Product Versions
.NET Orleans 3.6.0