read abstract method

dynamic read([
  1. int? typeId
])

Read and decode any value.

If typeId is not provided, it is read first.

Implementation

dynamic read([int? typeId]);