interface for deserializers.

package Amfphp_Core_Common
author Ariel Sommeria-klein

 Methods

deserialize the data.

deserialize(array $getData, array $postData, String $rawPostData) : mixed

Parameters

$getData

array

typically the $_GET array.

$postData

array

typically the $_POST array.

$rawPostData

String

Returns

mixedthe deserialized data. For example an Amf packet.