As has been said other places: Requiring a wrapper indicates a general issue with the API...No. We do need two interfaces: * A stringly typed one for C and for remoting
Not sure. If we don't plan to make this a public API, why do we care so much then?
* An object-oriented one for Java (to avoid serialization)
And even if, it feels wrong to wrap the Java interface around the String interface instead of providing proper protocol bindings for a Java interface.
Michael
