Kronolith_Attendee::serialize PHP Méthode

serialize() public méthode

public serialize ( )
    public function serialize()
    {
        return serialize(array('u' => $this->user, 'e' => $this->email, 'p' => $this->role, 'r' => $this->response, 'n' => $this->name));
    }