Edit

Share via


IFieldCodec Interface

Definition

Marker type for field codecs.

public interface IFieldCodec
type IFieldCodec = interface
Public Interface IFieldCodec
Derived

Methods

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

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

WriteField<TBufferWriter>(Writer<TBufferWriter>, UInt32, Type, Object)

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

Applies to