logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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