Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

Apache::Session::Serialize::JSON - Use JSON to zip up data

Bug Report

       Use OW2 system to report bug or ask for features: <http://jira.ow2.org>

Description

       This module fulfills the serialization interface of Apache::Session.  It serializes the data in the
       session object by use of JSON "to_json" and "from_json". The serialized data is UTF-8 text.

Name

       Apache::Session::Serialize::JSON - Use JSON to zip up data

See Also

       JSON, Apache::Session

Synopsis

        use Apache::Session::Serialize::JSON;

        $zipped = Apache::Session::Serialize::JSON::serialize($ref);
        $ref = Apache::Session::Serialize::JSON::unserialize($zipped);

See Also