Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAtsushi Eno <atsushieno@gmail.com>2006-11-14 20:39:20 +0300
committerAtsushi Eno <atsushieno@gmail.com>2006-11-14 20:39:20 +0300
commitbea0038130b233cbfedd19f0e86c5d2e43b25f8e (patch)
tree8d06bd0fddf5ac37832a7d52c93ed8db16e3a3f6 /man/genxs.1
parente0a0ddb6f429676a29e85985d82db36ae1e41694 (diff)
2006-11-14 Atsushi Enomoto <atsushi@ximian.com>
* genxs.1 : introduced <baseSerializer> and <implementation> elements. See also sgen. svn path=/trunk/mono/; revision=67860
Diffstat (limited to 'man/genxs.1')
-rw-r--r--man/genxs.18
1 files changed, 7 insertions, 1 deletions
diff --git a/man/genxs.1 b/man/genxs.1
index effe89b2f66..6ec0a234dce 100644
--- a/man/genxs.1
+++ b/man/genxs.1
@@ -72,6 +72,12 @@ Generation options are specified in child elements:
.I writer
: name of the writer class.
.IP " *" 5
+.I baseSerializer
+: name of the base xml serializer class. This item is 2.0 only.
+.IP " *" 5
+.I implementation
+: name of the serializer implementation class. This item is 2.0 only.
+.IP " *" 5
.I noWriter
: if "true", it does not generate writer class.
.IP " *" 5
@@ -300,4 +306,4 @@ Lluis Sanchez Gual (lluis@ximian.com)
GenXS is released under the terms of the GNU GPL.
.PP
.SH SEE ALSO
-mono(1), mcs(1)
+mono(1), mcs(1), sgen(1)