Re: [xml-dev] persisting java object model..

From
Peter Hunsberger <>
To
dave <>
Date
2008-02-27T20:29:38Z
ID
<>
Thread
Re: [xml-dev] persisting java object model..
On Wed, Feb 27, 2008 at 1:19 PM, dave <> wrote:
>
>  How would I persist an in-memory java object model? Is
>  it  efficient to convert this object model into XML
>  and store it in a DB? OR is serialization the way to
>  go?

http://java.sun.com/j2se/1.4.2/docs/api/java/beans/XMLEncoder.html

<snip/>

-- 
Peter Hunsberger