[Simple-support] Where do we write the code for xml serialization
Brought to you by:
niallg
|
From: manjus <ah...@ya...> - 2007-09-18 18:45:30
|
Hi,
I am new to simple framework. I could understand the concept . I
wrote a JavaBean class. I want to serialize this bean object. Please advise
me on where to write the code for serialization, is in the same java bean
class or is in a main class that I have to write....Please let me know...
Where to put this code....
Serializer s = new Persister();
--------
serializer.write(JavaBEanobject,outputxmlfile)
Thanks,
--
View this message in context: http://www.nabble.com/Where-do-we-write-the-code-for-xml-serialization-tf4476212.html#a12763358
Sent from the Simple XML Serialization mailing list archive at Nabble.com.
|