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

NAME

Hessian::Deserializer::Numeric - Deserializer methods for booleans, integers and floating point numbers.

VERSION

SYNOPSIS

These methods are meant for internal use.

DESCRIPTION

This module provides methods for reading numerical values from the input file handle.

INTERFACE

read_boolean

Read a boolean value.

read_boolean_handle_chunk

Reads a boolean value from the file handle.

read_double_handle_chunk

Read a floating point number from the file handle.

read_integer

Reads an integer.

read_integer_handle_chunk

Reads an integer.

read_long

Reads a long numerical value

read_double

Reads a floating point number.

read_long_handle_chunk

Reads a long numerical value from the file handle.