users@jax-rpc.java.net

supported types

From: Isabelle Gheysens <i.gheysens_at_ENERGYICT.COM>
Date: Mon, 06 May 2002 08:01:59 +0200

I tried it out and it does work!

public class Node {
        private int id;
        private String name;
        private Node[] children;
}