| genre | InfoManagement,File |
| status | stable |
| author | Felix Ritter |
| package | MeVisLab/Standard |
| dll | MLObjMgr |
| definition | MLObjectManager.def |
| see also | ObjectManager, ObjectInfo, ObjectFieldConnection, ObjectLoader, ObjectManagerInspector, ObjectConstrainedIterator, ObjectDump, ObjectVolume |
| keywords | object, manager, loader |
The module ObjectLoaderDump provides a loader-plugin for the ObjectLoader that can read XML-files written by the ObjectDump module.
For conceptual information see ObjectManager.
To be able to read XML-files written by the ObjectDump module, the ObjectLoaderDump module must exist within the network.
The ObjectDump module does also still provide this loader-plugin, but this may change any time soon. Hence, always add an instance of the ObjectLoaderDump module to the network.
The module registers the loader-plugin that has been derived from the loader-plugin framework with the runtime type system. The ObjectLoader looks for all known class types derived from the loader-plugin base class and thus will find the loader-plugin provided by the ObjectLoaderDump module.
For detailed information about the XML-structure that can be read by this loader-plugin see ObjectDump.