Normalize data from the input and pass it to the output
- Service:
CleverAge\ProcessBundle\Task\Serialization\NormalizerTask
Any normalizable object.
A normalized value as an array.
Code | Type | Required | Default | Description |
---|---|---|---|---|
format |
string |
X | Format for normalization ("json", "xml", ... an empty string should also work) | |
context |
array |
[] |
Will be passed directly to the third parameter of the normalize method |