NAME
Osgood::EventList::Serialize - Serialize for EventLists
DESCRIPTION
Base class EventList serialization. Shouldn't be used directly.
SYNOPSIS
package MySerializer;
use Moose;
extends 'Osgood::EventList::Serialize;
sub serialize {
# .. Serialize some stuff!
}
sub deserialize {
# .. Deserialize some stuff!
}
1;
=head1 METHODS
Constructor
- new
-
Creates a new Osgood::EventList::Serialize object.
Class Methods
- serialize
-
Serialize the EventList. Returns the serialized version of same.
- serialize
-
Deserialize the EventList. 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 64:
You forgot a '=back' before '=head1'