PDA

View Full Version : see the dynamically created dataset


mallesh
01-31-2004, 04:08 AM
Hi Antun,

How can i see the dynamically created dataset?

I mean i am declaring one empty dataset and populate that dataset with addNode() method. BUt i want to display the complete dataset which i am created.


Thanks
Mallesh.

antun
02-02-2004, 08:45 AM
You can serialize the entire dataset using:


mydataset.getPointer().serialize();


-Antun