aboutsummaryrefslogtreecommitdiff
path: root/documentation/xsde.xhtml
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-03-08 17:23:30 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-03-08 17:23:30 +0200
commit0bce70a0e483294b83b8bf9d5468838a63405612 (patch)
treed11afb4998d6980435c15c4df6e40b1979531672 /documentation/xsde.xhtml
parent6c63b913179127e09ed7d9da8920493ccceec6ce (diff)
Add support for binary representations
xsde/cxx/hybrid/insertion-*: insertion operators generator xsde/cxx/hybrid/extraction-*: extraction operators generator libxsde/xsde/cxx/hybrid/cdr/: CDR support code libxsde/xsde/cxx/hybrid/xdr/: XDR support code tests/cxx/hybrid/binary/: new tests examples/cxx/hybrid/binary/: new examples documentation/cxx/hybrid/guide/: new chapter
Diffstat (limited to 'documentation/xsde.xhtml')
-rw-r--r--documentation/xsde.xhtml22
1 files changed, 22 insertions, 0 deletions
diff --git a/documentation/xsde.xhtml b/documentation/xsde.xhtml
index ac01b91..d07197b 100644
--- a/documentation/xsde.xhtml
+++ b/documentation/xsde.xhtml
@@ -816,6 +816,28 @@
<dt><code><b>--suppress-serializer-val</b></code></dt>
<dd>Suppress the generation of validation code in serializer.</dd>
+ <dt><code><b>--generate-insertion</b> <i>os</i></code></dt>
+ <dd>Generate data representation stream insertion operators for
+ the <code><i>os</i></code> output stream type. Repeat this
+ option to specify more than one stream type. The special
+ <code><b>CDR</b></code> and <code><b>XDR</b></code> arguments
+ are recognized as ACE CDR and Sun RPC XDR stream types and
+ the corresponding stream wrappers provided by the XSD/e runtime
+ are automatically used. For custom stream types use the
+ <code><b>--hxx-prologue*</b></code> options to include the
+ necessary declarations.</dd>
+
+ <dt><code><b>--generate-extraction</b> <i>is</i></code></dt>
+ <dd>Generate data representation stream extraction operators for
+ the <code><i>is</i></code> input stream type. Repeat this
+ option to specify more than one stream type. The special
+ <code><b>CDR</b></code> and <code><b>XDR</b></code> arguments
+ are recognized as ACE CDR and Sun RPC XDR stream types and
+ the corresponding stream wrappers provided by the XSD/e runtime
+ are automatically used. For custom stream types use the
+ <code><b>--hxx-prologue*</b></code> options to include the
+ necessary declarations.</dd>
+
<dt><code><b>--generate-forward</b></code></dt>
<dd>Generate forward declaration file.</dd>