CatalystX::Usul::View::Serializer - Serialize response to an XMLHttpRequest


CatalystX-Usul documentation  | view source Contained in the CatalystX-Usul distribution.

Index


Name

Top

CatalystX::Usul::View::Serializer - Serialize response to an XMLHttpRequest

Version

Top

0.3.$Revision: 576 $

Synopsis

Top

   MyApp->config( "View::JSON"   => {
                     base_class => qw(CatalystX::Usul::View::JSON) } );

Description

Top

The Serializer view is used to generate serialized data blocks in response to Javascript XMLHttpRequests from a client that has selected this as the required content type

Subroutines/Methods

Top

deserialize

Deserializes the supplied data

serialize

Returns the supplied data serialized in the required format

Diagnostics

Top

None

Configuration and Environment

Top

None

Dependencies

Top

Catalyst::View
JSON

Incompatibilities

Top

There are no known incompatibilities in this module

Bugs and Limitations

Top

There are no known bugs in this module. Please report problems to the address below. Patches are welcome

Author

Top

Peter Flanigan, <Support at RoxSoft.co.uk>

License and Copyright

Top


CatalystX-Usul documentation  | view source Contained in the CatalystX-Usul distribution.