We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f2435b commit 5c7f4a3Copy full SHA for 5c7f4a3
core/dto.md
@@ -231,9 +231,8 @@ services:
231
232
## Disabling the Input or the Output
233
234
-Both the `input` and the `output` attributes can be set to `false`.
235
-If `input` is `false`, the deserialization process will be skipped, and no data persister will be called.
236
-If `output` is `false`, the serialization process will be skipped, and no data provider will be called.
+Both the `input` and the `output` attributes can be set to `false`. If `input` is `false`, the deserialization process
+will be skipped. If `output` is `false`, the serialization process will be skipped.
237
238
## Input/Output Metadata
239
0 commit comments