<?php
final class LogEntry
{
    public 
string $message;

    #[
\Serialize\Custom(self::myMethod(...))]
    public 
string $severity;
}
?>