Apache::Session::Serialize::Storableモジュール

by Hippo2000(2000/8/8)

日本語チョウ訳シリーズ Apache::Session::Serialize::Storable モジュールなのです。



名前

Apache::Session::Serialize::Storable - 永続データを保管できるようにするためStorableを使う


概要

 use Apache::Session::Serialize::Storable;

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

説明

このモジュールはApache::Sessionのシリアル化インターフェースを完全に満たします。sessionオブジェクトのデータをStorableのnfreeze()とthaw()関数を使ってシリアル化します。結果は保管することが出来るバイナリ・オブジェクトです。


作者

(原文のまま)

This module was written by Jeffrey William Baker <jwbaker@acm.org>.


参考資料

(原文のまま)

Apache::Session::Serialize::Base64, Apache::Session


ホーム Perlの小技 Apache::Session

ご意見、ご質問はこちらの掲示板で受け付けています。
またメールは河馬屋(Nifty)にお願いします。