Commit 59982f6
[ComponentBased.Port][Non-ACR] Fix XML serialization by adding writer.Flush() call
Add missing writer.Flush() to ensure XML data is properly
written to stream during serialization. This prevents
"Unexpected end of file" deserialization errors.
Signed-off-by: Changgyu Choi <[email protected]>1 parent 7a5fc55 commit 59982f6
File tree
1 file changed
+1
-0
lines changed- src/Tizen.Applications.ComponentBased.Port/Tizen.Applications.ComponentBased.Port
1 file changed
+1
-0
lines changedsrc/Tizen.Applications.ComponentBased.Port/Tizen.Applications.ComponentBased.Port/ComponentPort.cs
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
371 | 371 | | |
372 | 372 | | |
373 | 373 | | |
| 374 | + | |
374 | 375 | | |
375 | 376 | | |
376 | 377 | | |
| |||
0 commit comments