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

Lemonldap::NG::Common::Apache::Session::Serialize::JSON - Use JSON to zip up data

Authors

       Clement Oudot, <clem.oudot@gmail.com>
       François-Xavier Deltombe, <fxdeltombe@gmail.com.>
       Xavier Guimard, <x.guimard@free.fr>
       Thomas Chemineau, <thomas.chemineau@gmail.com>

Bug Report

       Use        OW2        system       to       report       bug       or       ask       for       features:
       <https://gitlab.ow2.org/lemonldap-ng/lemonldap-ng/issues>

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.

Download

       Lemonldap::NG is available at <https://lemonldap-ng.org/download>

Name

       Lemonldap::NG::Common::Apache::Session::Serialize::JSON - Use JSON to zip up data

See Also

       JSON, Apache::Session

Synopsis

        use Lemonldap::NG::Common::Apache::Session::Serialize::JSON;

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

See Also