NAME
SWISH::API::Object::Results - objectify SWISH::API::Results
SYNOPSIS
# see SWISH::API::Object;
DESCRIPTION
SWISH::API::Object::Results is used internally by SWISH::API::Object.
REQUIREMENTS
METHODS
next_result
The internal SWISH::API::Object::Results class is used to extend the SWISH::API next_result() method with a next_result_after() method. See SWISH::API::More for documentation about how the *_after() methods work.
next
Aliased to next_result.
deserialize( format, prop_val )
Called for each property value. The format deserialize() expects is based on serial_format
in SWISH::API::Object->new().
SEE ALSO
AUTHOR
Peter Karman, <karman@cpan.org>
Thanks to Atomic Learning for supporting some of the development of this module.
COPYRIGHT AND LICENSE
Copyright (C) 2008 by Peter Karman
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.