fromJson abstract method

  1. @protected
Data fromJson(
  1. String json
)

Transforms the raw data from the remote source to the data that will be used in the stream.

Implementation

@protected
Data fromJson(String json);