Adds unserialized data to the object.
array<array-key, T> $data:
public function __unserialize(array $data) : void { $this->data = $data; }