Aimeos\ShopBundle\Entity\User::serialize PHP Méthode

serialize() public méthode

See also: Serializable::serialize()
public serialize ( )
    public function serialize()
    {
        return serialize(array($this->id, $this->username, $this->password));
    }