The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Dancer2::Session::DBIC::Serializer::Sereal

DESCRIPTION

Use Sereal serialization for session storage.

ATTRIBUTES

See Dancer2::Session::DBIC::Role::Serializer for inherited attributes.

NOTE: you must install Sereal::Encoder and Sereal::Decoder to use this serializer.

METHODS

serialize $perl_objects

Serialize $perl_objects to Sereal.

deserialize $sereal

Deserialize $sereal to Perl objects.