write abstract method

void write(
  1. BinaryWriter writer,
  2. T value
)

Implementation

void write(BinaryWriter writer, T value);