ReadValue(Reader<TInput>, Field)
public Dictionary<TKey, TValue> DictionaryCodec<TKey, ReadValue<TInput>(ref Reader<TInput> reader, Field field) Reads a value.
Parameters
readerReader<TInput>- The reader.
fieldField- The field.
Returns
The value.
System.Collections.Generic.Dictionary. public Dictionary<TKey, TValue> DictionaryCodec<TKey, ReadValue<TInput>(ref Reader<TInput> reader, Field field)readerReader<TInput>fieldFieldpublic void DictionaryCodec<TKey, WriteField<TBufferWriter>(ref Writer<TBufferWriter> writer, uint fieldIdDelta, Type expectedType, Dictionary<TKey, TValue> value)writerWriter<TBufferWriter>fieldIdDeltauintexpectedTypeTypevalueDictionary<TKey, TValue>