From 0bce70a0e483294b83b8bf9d5468838a63405612 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 8 Mar 2009 17:23:30 +0200 Subject: 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 --- NEWS | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'NEWS') 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- -- cgit v1.1