bytesToValue abstract method

DataSchemaValue<Object?>? bytesToValue(
  1. List<int> bytes,
  2. DataSchema? dataSchema,
  3. Map<String, String>? parameters
)

Converts a payload of the given media type to an Object.

Implementation

DataSchemaValue<Object?>? bytesToValue(
  List<int> bytes,
  DataSchema? dataSchema,
  Map<String, String>? parameters,
);