1Apache::Session::SerialUiszeer::CJoSnOtNr(i3b)uted PerlADpoaccuhmee:n:tSaetsisoinon::Serialize::JSON(3)
2
3
4

NAME

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

SYNOPSIS

9        use Apache::Session::Serialize::JSON;
10
11        $zipped = Apache::Session::Serialize::JSON::serialize($ref);
12        $ref = Apache::Session::Serialize::JSON::unserialize($zipped);
13

DESCRIPTION

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

SEE ALSO

20       JSON, Apache::Session
21

AUTHORS

23       Clement Oudot, <clem.oudot@gmail.com>
24       Francois-Xavier Deltombe, <fxdeltombe@gmail.com.>
25       Xavier Guimard, <x.guimard@free.fr>
26       Thomas Chemineau, <thomas.chemineau@gmail.com>
27

BUG REPORT

29       Use OW2 system to report bug or ask for features: <http://jira.ow2.org>
30
32       Copyright (C) 2015-2017 by Clement Oudot, <clem.oudot@gmail.com>
33       Copyright (C) 2015-2017 by Xavier Guimard, <x.guimard@free.fr>
34
35       This library is free software; you can redistribute it and/or modify it
36       under the terms of the GNU General Public License as published by the
37       Free Software Foundation; either version 2, or (at your option) any
38       later version.
39
40       This program is distributed in the hope that it will be useful, but
41       WITHOUT ANY WARRANTY; without even the implied warranty of
42       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
43       General Public License for more details.
44
45       You should have received a copy of the GNU General Public License along
46       with this program.  If not, see <http://www.gnu.org/licenses/>.
47
48
49
50perl v5.36.0                      2022-09-27Apache::Session::Serialize::JSON(3)
Impressum