NAME

IPC::Manager::Serializer::JSON - JSON Serializer for IPC::Manager.

DESCRIPTION

Serielize and deserialize message payloads using json.

SYNOPSIS

use IPC::Manager;

my $ipcm = ipcm_spawn(serializer => 'JSON');

my $con = IPC::Manager::Client::PROTOCOL->connect($id, 'JSON');

METHODS

$string = IPC::Manager::Serializer::JSON->serialize($obj)

Serialize an object.

$obj = IPC::Manager::Serializer::JSON->deserialize($string)

Deserialize an object.

SOURCE

The source code repository for IPC::Manager can be found at https://https://github.com/exodist/IPC-Manager.

MAINTAINERS

Chad Granum <exodist@cpan.org>

AUTHORS

Chad Granum <exodist@cpan.org>

COPYRIGHT

Copyright Chad Granum <exodist7@gmail.com>.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

See https://dev.perl.org/licenses/

2 POD Errors

The following errors were encountered while parsing the POD:

Around line 62:

Expected text after =item, not a bullet

Around line 64:

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