Skip to content

Commit 29b56a0

Browse files
authored
changed files by pdets auto publish service, publishid[018ca4a8-d153-4931-8d91-ce4afa730a3e] and do [publish].
1 parent 169a5b6 commit 29b56a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

learn-pr/wwl-language/store-retrieve-json-files/includes/6-manage-serialization-deserialization-complex-objects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ DTOs provide the following benefits:
142142

143143
You can selectively serialize portions of an object by creating a custom DTO that includes only the properties you want to serialize. This approach allows you to control exactly what gets serialized without including nested objects.
144144

145-
### Creating and using DTOs for Serialization
145+
### Creating and using DTOs for serialization
146146

147147
Here's a step-by-step guide on how to create and use DTOs for serialization in C#:
148148

0 commit comments

Comments
 (0)