\Amfphp_Core_Common_ISerializer

interface for serializers.

Summary

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

Methods

serialize()

serialize(mixed $data) : String

Calling this executes the serialization. The return type is noted as a String, but is a binary stream. echo it to the output buffer

Parameters

mixed $data

the data to serialize.

Returns

String