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::Serializer - Serializer for EventLists

DESCRIPTION

Serializes an EventList into XML.

SYNOPSIS

  my $serializer = new Osgood::EventList::Serializer(list => $list);
  my $xml = $serializer->serialize();

METHODS

Constructor

new

Creates a new Osgood::EventList::Serializer object.

Class Methods

list

Get/Set the EventList we are serializing.

serialize

Serialize the EventList. Returns an XML string.

version

Get/Set the version of serialization we will be performing.

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

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