bytesToValue abstract method
Converts a payload of the given media type to an Object.
Implementation
DataSchemaValue<Object?>? bytesToValue(
List<int> bytes,
DataSchema? dataSchema,
Map<String, String>? parameters,
);
Converts a payload of the given media type to an Object.
DataSchemaValue<Object?>? bytesToValue(
List<int> bytes,
DataSchema? dataSchema,
Map<String, String>? parameters,
);