IKeyedSerializer Interface

Definition

public interface IKeyedSerializer : Orleans.Serialization.IExternalSerializer
type IKeyedSerializer = interface
    interface IExternalSerializer
Public Interface IKeyedSerializer
Implements IExternalSerializer
Derived
Implements

Properties

SerializerId

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)

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

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

Tries to serialize an item.

(Inherited from IExternalSerializer)

Applies to