On 18/08/02 16:06 -0400, Dan Sugalski wrote:
> Okay, here's two new vtable methods
> 
>    freeze(PMC) - Responsible for freezing a PMC to the current freeze 
> data stream. Throws an exception on error
> 
>    thaw(PMC) - A class method that thaws a PMC from the current thaw data stream
> 
> Both of these should use the freeze/thaw API--I'll get that defined 
> and out shortly.

If I want to provide YAML serialization support at the Parrot level, would I
be able to simply override these methods?

Cheers, Brian

Reply via email to