| WritableComparableTRead Method |
Reads the object from the specified reader.
Namespace:
Ookii.Jumbo.IO
Assembly:
Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax public abstract void Read(
BinaryReader reader
)
Public MustOverride Sub Read (
reader As BinaryReader
)
public:
virtual void Read(
BinaryReader^ reader
) abstract
abstract Read :
reader : BinaryReader -> unit
Parameters
- reader
- Type: System.IOBinaryReader
The BinaryReader to deserialize the object from.
Implements
IWritableRead(BinaryReader)See Also