# SerializeInterface
Chevere\Interfaces\Serialize\SerializeInterface
# Extends
# Description
Describes the component in charge of handling serialize()
.
# Methods
# __construct()
# Parameters
- mixed
$var
# toString()
Returns a string, representing the object itself or some of its data/properties.
RETURN
string