| 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
)
Function Read (
reader As BinaryReader
) As T
T Read(
BinaryReader^ reader
)
abstract Read :
reader : BinaryReader -> 'T
Parameters
- reader
- Type: System.IOBinaryReader
The reader.
Return Value
Type:
TThe deserialized value.
See Also