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

For a more complex message, repeatedly calls "next_token" until reaching the end of the message.