interface for deserializers.
package | Amfphp_Core_Common |
---|---|
author | Ariel Sommeria-klein |
deserialize(array $getData, array $postData, String $rawPostData) : mixed
array
typically the $_GET array.
array
typically the $_POST array.
String
mixed
the deserialized data. For example an Amf packet.