read abstract method

T read(
  1. BinaryReader reader
)

Is called when a value has to be decoded.

Implementation

T read(BinaryReader reader);