Hi all, it would be nice to have a plugin mechanism to load a custom format parser which is implemented in user code.
To add support for such a parser right now the parser must be registered in the StreamFactoryRegistery class. We could allow to pass in a class name in places where a format parser could be passed in. What do you think? Jörn
