"Daniel Rozzeta" <
[hidden email]> wrote in message
news:
[hidden email]...
> Sorry, I did find STB but got fooled first by STBOutFiler class
> comment which states: "<STBOutFiler> is the basic binary filer for
> serializing a tree of <Object>s to a byte stream" where I understood
> "tree" as opposed to DAG or just plain Graph. And secondly by a
> seemingly bug in my own code when I nevertheless tried this procedure.
> Unfortunately it still isn't working, though a simple workspace test
> with circular references proves that STB certainly works.
Make sure you are doing super sends if you override some STB support methods
in your classes. I have done some moderately complex things with STB, and
it has handled everything I have thrown at it so far. If you post some
error messages, and/or snippets of problem code perhaps we can comment.
Chris