laravel-validated-dto icon indicating copy to clipboard operation
laravel-validated-dto copied to clipboard

Exception: Serialization of 'Closure' is not allowed

Open patriziotomato opened this issue 8 months ago • 4 comments

If you need to serialize an DTO, or an object where an DTO is embedded, you will get a

Exception: Serialization of 'Closure' is not allowed

as Validation logic contains Closures, that cannot get serialized.

patriziotomato avatar Feb 10 '25 18:02 patriziotomato