GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
JSON::RPC::Common::Marshal::Text(3) User Contributed Perl Documentation JSON::RPC::Common::Marshal::Text(3)

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

version 0.11

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

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

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

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

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.

call_to_json
json_to_call
return_to_json
json_to_return
These methods do the conversion from objects to json and vice versa.

Yuval Kogman <nothingmuch@woobling.org>

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.

2014-02-28 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.