public function toArray()

in src/Elastic/Types/BaseType.php [18:21]


    public function toArray(): array
    {
        return $this->jsonSerialize();
    }