JsonSerializer<T> constructor

JsonSerializer<T>(
  1. T? decoder(
    1. dynamic json
    )
)

Implementation

JsonSerializer(this.decoder);