NAME

Osgood::EventList::Serializer::JSON - JSON Deserializer for EventLists

DESCRIPTION

(Des|S)erializes an EventList from JSON.

NOTE

You'd do well to install JSON::XS, as it will this module up quite a bit, especially for large lists.

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::Deserialize 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 107:

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