?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/schtroumpf.fr/modules/ps_mbo/vendor/sentry/sentry/src/Serializer/



?? Go up: /home/webdevt/www/schtroumpf.fr/modules/ps_mbo/vendor/sentry/sentry/src

?? Viewing: Serializer.php

<?php

declare(strict_types=1);

namespace Sentry\Serializer;

/**
 * Basic serializer for the event data.
 */
class Serializer extends AbstractSerializer implements SerializerInterface
{
    /**
     * {@inheritdoc}
     */
    public function serialize($value)
    {
        return $this->serializeRecursively($value);
    }
}


??

??