Would it be possible to decouple the marshalling components from the raw model?
This would allow us to re-use ModelNode, etc directly in GWT without having to write
another parallel hierarchy. The problems in this case are the imports on java.io, etc that
the GWT
compiler chokes on.
Ike
On Feb 2, 2011, at 2:27 AM, David M. Lloyd wrote:
It's in ModelNode (readExternal and writeExternal).
On 02/01/2011 07:14 PM, Scott Stark wrote:
> Where are the binary protocol handlers located?