Edit

Share via


IFieldCodec<T> Interface

Definition

Provides functionality for reading and writing values of a specified type. Implements the IFieldCodec

public interface IFieldCodec<T> : Orleans.Serialization.Codecs.IFieldCodec
type IFieldCodec<'T> = interface
    interface IFieldCodec
Public Interface IFieldCodec(Of T)
Implements IFieldCodec

Type Parameters

T

The type which this implementation can read and write.

Derived
Implements

Applies to

See also