Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> comp.databases.theory -> Re: What type of DB model is this?

Re: What type of DB model is this?

From: Kai Großjohann <Kai.Grossjohann_at_CS.Uni-Dortmund.DE>
Date: Thu, 16 Aug 2001 15:03:13 +0200
Message-ID: <vafhev8upgu.fsf@lucy.cs.uni-dortmund.de>

"Mark Cunningham" <mark.learningcurve_at_blueyonder.co.uk> writes:

> I had no problem retrieving the data, but any changes at the coding level
> were awkward and clearly the size was ridiculous.

Java offers a function to "serialize" objects. Ie, to convert them into a sequence of bytes. You can then store that sequence of bytes in a file. And on the next program run, you invoke another "de-serialize" function which reads the file and returns the object. That way, you instantly get the whole object back.

kai

-- 
~/.signature: No such file or directory
Received on Thu Aug 16 2001 - 08:03:13 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US