NAME
Hessian::Translator::V1 - Translate datastructures to and from Hessian 1.0.
SYNOPSIS
DESCRIPTION
INTERFACE
read_class_handle
Read a class definition from the Hessian stream and possibly create an object from the definition and given parameters.
read_composite_data
Read Hessian 1.0 specific datastructures from the stream.
read_list_type
Read the type attribute of a Hessian 1.0 typed list
read_simple_datastructure
- string
- integer
- long
- double
- boolean
- null
write_hessian_date
Writes a DateTime object into the outgoing Hessian message.
write_hessian_hash
Writes a HASH reference into the outgoing Hessian message.
write_hessian_string
Writes a string scalar into the outgoing Hessian message.
write_hessian_call
write_object
Serialize an object into a Hessian 1.0 string.
write_referenced_data
Write a referenced datastructure into a Hessian 1.0 string.