|
NAMEDancer2::Session::DBIC::Serializer::YAMLDESCRIPTIONUse YAML serialization for session storage.NOTE: you must install YAML version >= 1.15 to use this serializer. ATTRIBUTESSee Dancer2::Session::DBIC::Role::Serializer for inherited attributes.serialize_optionsOverride default with the following options:
METHODSserialize $perl_objectsSerialize $perl_objects to YAML using YAML::Dumper.deserialize $yamlDeserialize $yaml to Perl objects using YAML::Loader.
Visit the GSP FreeBSD Man Page Interface. |