The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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 88:

You forgot a '=back' before '=head1'