\Amfphp_Core_Common_IDeserializer

interface for deserializers.

Summary

Methods
Constants
deserialize()
No constants found
No protected methods found
N/A
No private methods found
N/A

Methods

deserialize()

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

deserialize the data.

Parameters

array $getData

typically the $_GET array.

array $postData

typically the $_POST array.

String $rawPostData

Returns

mixed —

the deserialized data. For example an Amf packet.