JSON::RPC::Common::Marshal::Text - JSON text marshalling for L.


JSON-RPC-Common documentation  | view source Contained in the JSON-RPC-Common distribution.

Index


NAME

Top

JSON::RPC::Common::Marshal::Text - JSON text marshalling for JSON::RPC::Common.

VERSION

Top

version 0.10

SYNOPSIS

Top

	use JSON::RPC::Common::Marshal::Text;

	my $m = JSON::RPC::Common::Marshal::Text->new;

	my $return_obj = $m->json_to_return($json_text);

DESCRIPTION

Top

This object serializes JSON::RPC::Common::Procedure::Call and JSON::RPC::Common::Procedure::Return objects into JSON text using the JSON module.

ATTRIBUTES

Top

json

The JSON object to use. A default one will be created if not specified.

call_class
return_class

The classes to call inflate on.

Defaults to JSON::RPC::Common::Procedure::Call and JSON::RPC::Common::Procedure::Return.

METHODS

Top

call_to_json
json_to_call
return_to_json
json_to_return

These methods do the conversion from objects to json and vice versa.

AUTHOR

Top

Yuval Kogman <nothingmuch@woobling.org>

COPYRIGHT AND LICENSE

Top


JSON-RPC-Common documentation  | view source Contained in the JSON-RPC-Common distribution.