Click or drag to resize

IValueWriterTRead Method

Reads a value from the specified reader.

Namespace:  Ookii.Jumbo.IO
Assembly:  Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax
T Read(
	BinaryReader reader
)

Parameters

reader
Type: System.IOBinaryReader
The reader.

Return Value

Type: T
The deserialized value.
See Also