[Lazarus] object streams

Zaher Dirkey parmaja at gmail.com
Tue Sep 20 19:35:47 CEST 2011


On Tue, Sep 20, 2011 at 2:01 PM, Andrea Mauri <andrea.mauri.75 at gmail.com>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<http://download.oracle.com/javase/tutorial/essential/io/objectstreams.html>
>
> andrea
>
>
Not sure what you meant about stream, but check xml/mnXMLRttiProfile in
minilib (http://sourceforge.net/projects/minilib)
check this functions

procedure XMLReadObjectStream(Instance: TObject; Stream: TStream);
procedure XMLWriteObjectStream(Instance: TObject; Stream: TStream);
...

Best Regards
Zaher Dirkey
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20110920/2f2cd6f3/attachment-0003.html>


More information about the Lazarus mailing list