debian man page for dancer::serializer::mutable

Query: dancer::serializer::mutable

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Dancer::Serializer::Mutable(3pm)			User Contributed Perl Documentation			  Dancer::Serializer::Mutable(3pm)

NAME
Dancer::Serializer::Mutable - (De)Serialize content using the appropriate HTTP header
SYNOPSIS
DESCRIPTION
This serializer will try find the best (de)serializer for a given request. For this, it will go through: o The content_type from the request headers o the content_type parameter from the URL o the accept from the request headers o The default is application/json METHODS serialize Serialize a data structure. The format it is serialized to is determined automatically as described above. It can be one of YAML, XML, JSON, defaulting to JSON if there's no clear preference from the request. deserialize Deserialize the provided serialized data to a data structure. The type of serialization format depends on the request's content-type. For now, it can be one of YAML, XML, JSON. content_type Returns the content-type that was used during the last "serialize" / "deserialize" call. WARNING : you must call "serialize" / "deserialize" before calling "content_type". Otherwise the return value will be "undef". perl v5.14.2 2011-11-30 Dancer::Serializer::Mutable(3pm)
Related Man Pages
cgi::session::serialize::yaml(3pm) - debian
dancer::serializer(3pm) - debian
data::serializer::convert::bencode(3pm) - debian
data::serializer::raw(3pm) - debian
tm::serializable::jtm(3pm) - debian
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
Detecting unused variables...
One instance of comparing grep and awk
How to copy a column of multiple files and paste into new excel file (next to column)?
My first PERL incarnation... Audio Oscillograph