serialize()
interface for serializers.
serialize(mixed $data) : String
The return type is noted as a String, but is a binary stream. echo it to the output buffer
mixed
the data to serialize.
String