DataPreprocessor
public protocol DataPreprocessor
Type used to preprocess Data before it handled by a serializer.
-
Process
Databefore it’s handled by a serializer.Declaration
Swift
func preprocess(_ data: Data) throws -> DataParameters
dataThe raw
Datato process.
View on GitHub
Install in Dash
DataPreprocessor Protocol Reference