PHP Interface ManaPHP\Serializer\AdapterInterface

Show file Open project: manaphp/manaphp

Public Methods

Method Description
deserialize ( string $serialized ) : mixed
serialize ( mixed $data ) : string

Method Details

deserialize() public method

public deserialize ( string $serialized ) : mixed
$serialized string
return mixed

serialize() public method

public serialize ( mixed $data ) : string
$data mixed
return string