Re: object persistence



Jeff Shipman <shippy nmt edu> writes:
> Is there any form of object persistence in Glib?
> I would like to write a GList to a file without
> having to determine a format and then also have
> to parse it afterwards.
>

No, no support for that. (If you think about it you'll realize that
GLib has no type information on the void pointers in a GList, so
persistence is not even possible to implement.)
 
Havoc




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]