[Lazarus] object streams

2011-09-20 Thread Andrea Mauri
I am looking if in fpc/lazarus there are functions for object streaming (not components but objects) similar to http://download.oracle.com/javase/tutorial/essential/io/objectstreams.html andrea -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepa

Re: [Lazarus] object streams

2011-09-20 Thread leledumbo
AFAIK no, only TComponent derived classes have streamer implementation now (take a look componentstreaming and pascalstream example). -- View this message in context: http://free-pascal-lazarus.989080.n3.nabble.com/Lazarus-object-streams-tp3351667p3352663.html Sent from the Free Pascal - Lazarus

Re: [Lazarus] object streams

2011-09-20 Thread Zaher Dirkey
On Tue, Sep 20, 2011 at 2:01 PM, Andrea Mauri wrote: > I am looking if in fpc/lazarus there are functions for object streaming > (not components but objects) similar to http://download.oracle.com/** > javase/tutorial/essential/io/**objectstreams.html

Re: [Lazarus] object streams

2011-09-21 Thread Andrea Mauri
Il 20/09/2011 19:35, Zaher Dirkey ha scritto: check this functions procedure XMLReadObjectStream(Instance: TObject; Stream: TStream); procedure XMLWriteObjectStream(Instance: TObject; Stream: TStream); I will take a look thanks -- ___ Lazarus mailin