aboutsummaryrefslogtreecommitdiff
path: root/examples/cxx/hybrid/README
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cxx/hybrid/README')
-rw-r--r--examples/cxx/hybrid/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/cxx/hybrid/README b/examples/cxx/hybrid/README
index 2008450..d23c10d 100644
--- a/examples/cxx/hybrid/README
+++ b/examples/cxx/hybrid/README
@@ -36,6 +36,12 @@ compositors
Shows how to create, access, and modify object models with complex
nested choice and sequence compositors.
+custom/
+ A collection of examples that show how to customize the C++/Hybrid
+ object model by using custom C++ classes instead of or in addition
+ to the generated ones. See the accompanying README file for an
+ overview of each example in this directory.
+
binary/
A collection of examples that show how to serialize the object model
into a number of predefined and custom binary formats.