write<T> abstract method

void write<T>(
  1. T value, {
  2. bool writeTypeId = true,
})

Write any value.

Implementation

void write<T>(T value, {bool writeTypeId = true});