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

how to read "structs" from disk file ?



Greetings.

I am writing a list of structures into a disk file. It stores like this ..

(#(struct:fieldinfo "IDDue" "Due" 3 -536870901 1) #(struct:fieldinfo
"IDTodo" "To Do" 1 -1073741804 2))

I do a "READ" on this back again. It comes in as a list object (I think) 

Is there a way to convert it back into a list of the structures directly?
Or do I have to do it manually ? (walk thru the list and create the
structures ?)

Appreciate your time.
pj