NAME
Osgood::EventList::Deserializer - XML Serializer for EventLists
DESCRIPTION
(Des|S)erializes an EventList from XML.
SYNOPSIS
my $serializer = new Osgood::EventList::Deserializer();
my $xml = $serializer->serialize($list);
my $new_list = $serializer->deserialize($xml);
METHODS
Constructor
- new
-
Creates a new Osgood::Serialize::XML object.
Class Methods
- serialize
-
Serialized the EventList to XML, returns an XML string.
- deserialize
-
Deserialize the XML. Returns an EventList.
AUTHOR
Cory 'G' Watson <gphat@cpan.org>
SEE ALSO
perl(1)
LICENSE
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 162:
You forgot a '=back' before '=head1'