NAME
MojoX::Session::Store::File::Driver - base class for various serialization drivers
SUBCLASSING
Any driver must implement these methods:
freeze($file, $ref)
C<$ref> should be automatically converted to reference unless it already is.
Must return some true value on sucess and false value otherwise.
thaw($file)
Must return some ref value on success or undef otherwise.
CONTRIBUTE
http://github.com/ksurent/MojoX--Session--Store--File
AUTHOR
Алексей Суриков <ksuri@cpan.org>
LICENSE
This program is free software, you can redistribute it under the same terms as Perl itself.