Hello,

First Problem:
The Problem is, if I save an object into XML, I don't see variables, which are not "public" ... and if the object has got objects, I don't see anything about it in the XML-file.


Second Problem:

I've got following Class ...

------

public Class Knot {
  private Knot left;
  private knot right;

....

  public void setLeft(Knot knot) {
     left = knot;
}


If I create a hierarchy of Knots and want to save this to XML I don't see anything. Why?




-------------------------------------------------
If you wish to unsubscribe from this list, please send an empty message to the following address:

[EMAIL PROTECTED]
-------------------------------------------------

Reply via email to