SkipFieldCodec
class
Namespace: Orleans.Serialization.Codecs
A serializer which skips all fields which it encounters.
public class SkipFieldCodec : IFieldCodecConstructors
Methods
ReadValue(Reader<TInput>, Field)Reads a value and returns it untyped. The type must still match the codec instance!WriteField(Writer<TBufferWriter>, uint, Type, object)Writes a field using the provided untyped value. The type must still match the codec instance!
