JSON::RPC::Common::Marshal::Text - JSON text marshalling for JSON::RPC::Common.
Contents
Attributes
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.
Copyright And License
This software is copyright (c) 2014 by Yuval Kogman and others.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5
programming language system itself.
perl v5.30.3 2020-06-23 JSON::RPC::Common::Marshal::Text(3pm)
Description
This object serializes JSON::RPC::Common::Procedure::Call and JSON::RPC::Common::Procedure::Return
objects into JSON text using the JSON module.
Methods
call_to_json
json_to_call
return_to_json
json_to_return
These methods do the conversion from objects to json and vice versa.
Name
JSON::RPC::Common::Marshal::Text - JSON text marshalling for JSON::RPC::Common.
Synopsis
use JSON::RPC::Common::Marshal::Text;
my $m = JSON::RPC::Common::Marshal::Text->new;
my $return_obj = $m->json_to_return($json_text);
Version
version 0.11
