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
dancer::response(3pm) - debian
data::amf::packet(3pm) - debian
data::serializer::convert::bencode(3pm) - debian
data::serializer::cookbook(3pm) - debian
data::serializer::raw(3pm) - debian
Similar Topics in the Unix Linux Community
Detecting unused variables...
Weird 'find' results
A (ksh) Library For and From UNIX.com
My first PERL incarnation... Audio Oscillograph