> At the very least the namedObjects map should be exposed and not be private > in the serializer.
It is exposed and is intentionally quite public. You can get access to any object declared with a wtkx:id via get() or WTKX binding. You can access nested (included) objects using JSON path syntax, or by getting access to the serializer used to load the include (via getSerializer()) and calling get() on it. Nothing is hidden from Java.
