Skip to content

Commit

Permalink
2006-11-14 Atsushi Enomoto <atsushi@ximian.com>
Browse files Browse the repository at this point in the history
	* README: introduced <baseSerializer> and <implementation> elements
	  for 2.0 stuff.


svn path=/trunk/mcs/; revision=67859
  • Loading branch information
atsushieno committed Nov 14, 2006
1 parent b093f9c commit e0a0ddb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions mcs/tools/genxs/ChangeLog
@@ -1,3 +1,8 @@
2006-11-14 Atsushi Enomoto <atsushi@ximian.com>

* README: introduced <baseSerializer> and <implementation> elements
for 2.0 stuff.

2004-02-18 Atsushi Enomoto <atsushi@ximian.com>

* README: added description about new <namespaceImports> feature.
Expand Down
4 changes: 4 additions & 0 deletions mcs/tools/genxs/README
Expand Up @@ -36,6 +36,8 @@ The configuration file is an xml document based on the following grammar
<serializer class="name" assembly="name"> *
<reader>name</reader> ?
<writer>name</writer> ?
<baseSerializer>name</baseSerializer> ? (2.0-only)
<implementation>name</implementation> ? (2.0-only)
<namespace>name</namespace> ?
<namespaceImports> ?
<namespaceImport>namespace</namespaceImport> *
Expand All @@ -61,6 +63,8 @@ Generation options are specified in child elements:

* reader: name of the reader class.
* writer: name of the writer class.
* baseSerializer: 2.0 only. name of the base XML serializer class.
* implementation: 2.0 only. name of the serializer implementation class.
* namespace: namespace of the reader and writer classes.
* namespaceImport: a list of namespaces to be added as namespace imports
("using" declarations in C#) on the top of the output source.
Expand Down

0 comments on commit e0a0ddb

Please sign in to comment.