ReadValue(Reader<TInput>, Field)
abstract
public abstract object ReadValue<TInput>(ref Reader<TInput> reader, Field field) Reads a value and returns it untyped. The type must still match the codec instance!
Parameters
readerReader<TInput>fieldField
