Edit

Share via


IGeneralizedBaseCodec Interface

Definition

A base type serializer which supports multiple types.

public interface IGeneralizedBaseCodec : Orleans.Serialization.Serializers.IBaseCodec<object>
type IGeneralizedBaseCodec = interface
    interface IBaseCodec<obj>
    interface IBaseCodec
Public Interface IGeneralizedBaseCodec
Implements IBaseCodec(Of Object)
Derived
Implements

Methods

Deserialize<TInput>(Reader<TInput>, T)

Deserializes into the provided value.

(Inherited from IBaseCodec<T>)
IsSupportedType(Type)

Determines whether the specified type is supported by this instance.

Serialize<TBufferWriter>(Writer<TBufferWriter>, T)

Serializes the provided value.

(Inherited from IBaseCodec<T>)

Applies to