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

Apache::Session::Serialize::Hstore - Serialize/unserialize datas for PostgreSQL "hstore" storage.

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 only ref data value
       for PostgreSQL "hstore" fields.

Name

       Apache::Session::Serialize::Hstore - Serialize/unserialize datas for PostgreSQL "hstore" storage.

See Also

       JSON, Apache::Session

Synopsis

        use Apache::Session::Serialize::Hstore;

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

See Also