Icicle\Concurrent\Sync\SharedMemoryParcel::serialize PHP Метод

serialize() публичный Метод

Note that this does not serialize the object that is referenced, just the object handle.
public serialize ( ) : string
Результат string The serialized object handle.
    public function serialize() : string
    {
        return serialize([$this->key, $this->semaphore]);
    }