Edit

Share via


IDerivedTypeCodec Interface

Definition

Marker interface for codecs which directly support serializing all derived types of their specified type.

public interface IDerivedTypeCodec : Orleans.Serialization.Codecs.IFieldCodec
type IDerivedTypeCodec = interface
    interface IFieldCodec
Public Interface IDerivedTypeCodec
Implements IFieldCodec
Derived
Implements

Methods

ReadValue<TInput>(Reader<TInput>, Field)

Reads a value and returns it untyped. The type must still match the codec instance!

(Inherited from IFieldCodec)
WriteField<TBufferWriter>(Writer<TBufferWriter>, UInt32, Type, Object)

Writes a field using the provided untyped value. The type must still match the codec instance!

(Inherited from IFieldCodec)

Applies to