YAML::Marshall - YAML marshalling class you can mixin to your classes


YAML documentation  | view source Contained in the YAML distribution.

Index


NAME

Top

YAML::Marshall - YAML marshalling class you can mixin to your classes

SYNOPSIS

Top

    package Bar;
    use Foo -base;
    use YAML::Marshall -mixin;

DESCRIPTION

Top

For classes that want to handle their own YAML serialization.

AUTHOR

Top

Ingy döt Net <ingy@cpan.org>

COPYRIGHT

Top


YAML documentation  | view source Contained in the YAML distribution.