From: Hal Fulton Date: 2006-08-24T11:21:49+09:00 Subject: Re: writing objects to files Marc Heiler wrote: > Let me followup: > > When to use Marshal, when to use yaml? > Does one of the two have a big advantage over the other? > YAML is human readable/editable. Marshal is more compact. That's about it. Hal