<?php
declare(strict_types=1);
namespace Sentry\Serializer;
/**
* Basic serializer for the event data.
*/
interface SerializerInterface
{
/**
* Serialize an object (recursively) into something safe to be sent in an Event.
*
* @param mixed $value
*
* @return string|bool|float|int|object|mixed[]|null
*/
public function serialize($value);
}
Copyright © 2026 PT. Howden Insurance Brokers Indonesia. All rights reserved.
Authorised and regulated by Otoritas Jasa Keuangan (OJK).
Member of The Association of Indonesian Insurance & Reinsurance Brokers (APPARINDO).