Icicle\Concurrent\Sync\SharedMemoryParcel::serialize PHP Method

serialize() public method

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