| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.theory -> Re: What type of DB model is this?
"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 directoryReceived on Thu Aug 16 2001 - 08:03:13 CDT
![]() |
![]() |