The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Hessian::Deserializer - Add deserialization capabilities to processor.

VERSION

SYNOPSIS

DESCRIPTION

INTERFACE

deserialize_data

Deserialize a single chunk from the file handle. Note that this only processes the composite and basic datastructures and cannot handle call, packet or envelope level chunks.

deserialize_message

Similar to deserialize_data except that it also processes envelope level chunks of the message.

next_token

Iterate to the next chunk in the input handle.

process_message

Process a complete Hessian message by reading chunk by chunk until reaching the end of the input filehandle. The deserialized message is currently returned in an array reference, although this is likely to change in future iterations. The contents of this array reference depend on the data that is parsed from the Hessian message.