skip to Main Content
author
136 views
0 votes

Php – How to create initial Object with Symfony serialization

For example I have SimpleDto class
class SimpleDto implements GetPhoneInterface
{
public string $name;

Back To Top
Search