NAME
Osgood::EventList::Deserializer - Deserializer for EventLists
DESCRIPTION
Deserializes an EventList from XML.
SYNOPSIS
my $deserializer = new Osgood::EventList::Deserializer(xml => $xml);
my $list = $deserializer->deserialize();
METHODS
Constructor
- new
-
Creates a new Osgood::Deserialize object.
Class Methods
- serialize
-
Serialize the EventList. Returns an XML string.
AUTHOR
Cory 'G' Watson <gphat@cpan.org>
SEE ALSO
perl(1)
COPYRIGHT AND LICENSE
Copyright 2008 by Magazines.com, LLC
You can redistribute and/or modify this code under the same terms as Perl itself.
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 89:
You forgot a '=back' before '=head1'