Skip to content
This repository has been archived by the owner on Sep 7, 2021. It is now read-only.

How to set serializer on global instead of one by one? #23

Open
fd6130 opened this issue Dec 1, 2020 · 0 comments
Open

How to set serializer on global instead of one by one? #23

fd6130 opened this issue Dec 1, 2020 · 0 comments

Comments

@fd6130
Copy link

fd6130 commented Dec 1, 2020

Hi, how can i set serializer for global instead of one by one using:

public function __construct(Manager $manager)
{
   $manager = new Manager();
   $manager->setSerializer( /** serializer class */ );
}

Is is possible to set it on yaml or something else?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant