Spot\Config::serialize PHP Method

serialize() public method

Default serialization behavior is to not attempt to serialize stored adapter connections at all (thanks @TheSavior re: Issue #7)
public serialize ( )
    public function serialize()
    {
        return serialize(array());
    }