NAME
Data::Serializer::Config::General - Creates bridge between Data::Serializer and Config::General
SYNOPSIS
use Data::Serializer::Config::General;
DESCRIPTION
Module is used internally to Data::Serializer
METHODS
- serialize - Wrapper to normalize serializer method name
- deserialize - Wrapper to normalize deserializer method name
- options - Pass options through to underlying serializer
CAVEAT
Base data structure to serialize must be a hash reference
AUTHOR
Thomas Linden <tom@daemon.de>
COPYRIGHT
Copyright 2002 by Thomas Linden. All rights reserved.
This program is free software; you can redistribute it
and/or modify it under the same terms as Perl itself.
SEE ALSO
perl(1), Data::Serializer(3), Config::General(3)