Skip to content

Commit 2b718cd

Browse files
committed
WPF-925465-corrected the hashtags for title in stencil serialization page
1 parent b231b54 commit 2b718cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wpf/Diagram/Stencil/Serialization.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ documentation: ug
1111

1212
[Stencil](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Diagram.Stencil.html) serialization is the process of converting the state of stencil into a stream of bytes to recreate them when needed. Such streams can be stored in a database, as a file, or in memory. The reverse process is called deserialization.
1313

14-
### Saving the Stencil
14+
## Saving the Stencil
1515

1616
In Stencil, [DataContractSerializer](https://learn.microsoft.com/en-us/dotnet/api/system.runtime.serialization.datacontractserializer?view=net-8.0) is used for serialization. It allows you to serialize and save your stencil into a stream. Here is a simple code example showing how to save the stencil:
1717

@@ -37,7 +37,7 @@ stencil.Save(str);
3737
{% endhighlight %}
3838
{% endtabs %}
3939

40-
### Loading the Stencil
40+
## Loading the Stencil
4141

4242
On deserialization, the saved stream is used to load the Stencil. We can continue using previously saved stencil by loading the saved stream. Here is a simple code example showing how to load the stencil:
4343

0 commit comments

Comments
 (0)