Subject: Re: writing objects to files
From: Hal Fulton <hal9000 hypermetrics.com>
Date: Thu, 24 Aug 2006 11:21:49 +0900
References: 210229210233210251
In-reply-to: 210251
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