Skip to content

Commit 5c7f4a3

Browse files
committed
Remove incorrect guarantees in description of disabling input/output class
1 parent 2f2435b commit 5c7f4a3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

core/dto.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -231,9 +231,8 @@ services:
231231

232232
## Disabling the Input or the Output
233233

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.
234+
Both the `input` and the `output` attributes can be set to `false`. If `input` is `false`, the deserialization process
235+
will be skipped. If `output` is `false`, the serialization process will be skipped.
237236

238237
## Input/Output Metadata
239238

0 commit comments

Comments
 (0)