IFieldCodec
interface
Namespace: Orleans.Serialization.Codecs
Marker type for field codecs.
public interface IFieldCodecMethods
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!
