File tree Expand file tree Collapse file tree 6 files changed +66
-2
lines changed
rscg_examples_site/static Expand file tree Collapse file tree 6 files changed +66
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ <h2>Info</h2>
66
77< p > You can find more details at : < a href ="https://github.com/StefanStolz/ShadowWriter " target ="_blank "> https://github.com/StefanStolz/ShadowWriter</ a > </ p >
88
9- < p > Author :Stefan Stolz` </ p >
9+ < p > Author :Stefan Stolz</ p >
1010
1111< p > Source: < a href ="https://github.com/StefanStolz/ShadowWriter " target ="_blank "> https://github.com/StefanStolz/ShadowWriter</ a > </ p >
1212
Original file line number Diff line number Diff line change 1+
2+ < h1 > RSCG nr 212 : StackXML</ h1 >
3+
4+ < h2 > Info</ h2 >
5+ Nuget : < a href ="https://www.nuget.org/packages/StackXML/ " target ="_blank "> https://www.nuget.org/packages/StackXML/</ a >
6+
7+ < p > You can find more details at : < a href ="https://github.com/ZingBallyhoo/StackXML " target ="_blank "> https://github.com/ZingBallyhoo/StackXML</ a > </ p >
8+
9+ < p > Author :Zing</ p >
10+
11+ < p > Source: < a href ="https://github.com/ZingBallyhoo/StackXML " target ="_blank "> https://github.com/ZingBallyhoo/StackXML</ a > </ p >
12+
13+ < h2 > About</ h2 >
14+
15+ Generating XML serializer without reflection
16+
17+ < h2 >
18+ How to use
19+ </ h2 >
20+ < h3 >
21+ Add reference to the < a href ="https://www.nuget.org/packages/StackXML/ " target ="_blank "> StackXML</ a > in the csproj
22+ </ h3 >
23+ < img src ="images/StackXML/Serializer.csproj.png " width ="580 " height ="580 " />
24+
25+ < h3 > This was for me the < b > starting</ b > code</ h3 >
26+
27+ < br />
28+ I have < b > coded</ b > the file Program.cs
29+ < br />
30+ < img src ="images/StackXML/csFiles/Program.cs.png " width ="580 " height ="580 " />
31+ < hr />
32+
33+ < br />
34+ I have < b > coded</ b > the file Person.cs
35+ < br />
36+ < img src ="images/StackXML/csFiles/Person.cs.png " width ="580 " height ="580 " />
37+ < hr />
38+ < h3 > And here are the < i > generated</ i > files</ h3 >
39+
40+ < br />
41+ The file < i > generated</ i > is SerializerDemo.Person.cs
42+ < br />
43+ < img src ="images/StackXML/generated/SerializerDemo.Person.cs.png " width ="580 " height ="580 " />
44+
45+ < p >
46+ You can download the code and this page as pdf from
47+ < a target ="_blank " href ='https://ignatandrei.github.io/RSCG_Examples/v2/docs/StackXML '>
48+ https://ignatandrei.github.io/RSCG_Examples/v2/docs/StackXML
49+ </ a >
50+ </ p >
51+
52+
53+ < p >
54+ You can see the whole list at
55+ < a target ="_blank " href ='https://ignatandrei.github.io/RSCG_Examples/v2/docs/List-of-RSCG '>
56+ https://ignatandrei.github.io/RSCG_Examples/v2/docs/List-of-RSCG
57+ </ a >
58+ </ p >
59+
Original file line number Diff line number Diff line change 1717</ head >
1818< body >
1919 < h1 >
20- This is the list of 211 RSCG with examples =>
20+ This is the list of 212 RSCG with examples =>
2121 </ h1 >
2222
2323< table >
@@ -870,6 +870,10 @@ <h1>
870870 < td > 211</ td >
871871 < td > < a href ="examples/ShadowWriterNullobjects.html "> ShadowWriterNullobjects</ a > </ td >
872872 </ tr >
873+ < tr >
874+ < td > 212</ td >
875+ < td > < a href ="examples/StackXML.html "> StackXML</ a > </ td >
876+ </ tr >
873877</ table >
874878
875879
Original file line number Diff line number Diff line change @@ -225,6 +225,7 @@ input-files:
225225- examples/ShadowWriterProjectInfo.html
226226- examples/AssemblyVersionInfo.html
227227- examples/ShadowWriterNullobjects.html
228+ - examples/StackXML.html
228229
229230# or you may use input-file: with a single value
230231# defaults:
You can’t perform that action at this time.
0 commit comments