On Tue, Sep 20, 2011 at 2:01 PM, Andrea Mauri <[email protected]>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
--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to