aboutsummaryrefslogtreecommitdiff
path: root/NEWS
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 /NEWS
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 'NEWS')
-rw-r--r--NEWS15
1 files changed, 15 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index cb3d35b..73398df 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+Version 3.1.0
+
+ C++/Hybrid
+
+ * Support for saving the object model to and loading it from binary
+ representations. The new --generate--insertion and --generate-extraction
+ options trigger generation of data representation stream insertion and
+ extraction operators, respectively. The XSD/e runtime provides support
+ for the ACE CDR streams and XDR API that is part of Sun RPC. Custom
+ representations can supported by implementing insertion and extraction
+ operators for the built-in XML Schema types and sequence templates. For
+ more information, see Chapter 7, "Binary Representation" in the Getting
+ Started Guide as well as examples in the examples/cxx/hybrid/binary/
+ directory.
+
Version 3.0.0
* The new Embedded C++/Hybrid mapping provides a light-weight, tree-