Edit

Share via


SkipFieldCodec Class

Definition

A serializer which skips all fields which it encounters.

public class SkipFieldCodec : Orleans.Serialization.Codecs.IFieldCodec
type SkipFieldCodec = class
    interface IFieldCodec
Public Class SkipFieldCodec
Implements IFieldCodec
Inheritance
SkipFieldCodec
Implements

Constructors

SkipFieldCodec()

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