ID:259191
 
I was pleasantly surprised today to discover (via Dan) that all objects in fact have Read() and Write() procs. This means that to save, say, an area and its contents you shouldn't need to do much more than

F << myarea

Hopefully the loading works equally easily, although I can see some difficulties to do with location initialization. If anyone is willing to test this out, maybe we can see it in action!