Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.6k
[JsonEncoder] Wire services#58515
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
src/Symfony/Component/JsonEncoder/CacheWarmer/EncoderDecoderCacheWarmer.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
src/Symfony/Component/JsonEncoder/CacheWarmer/LazyGhostCacheWarmer.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
d557b52
tof5cfb58
Comparef5cfb58
to88a0fa8
Comparea619f6f
to16afac7
Compare@mtarld Can you please rebase this one? |
16afac7
toe213884
CompareThank you@mtarld. |
30d8c31
intosymfony:7.3Uh oh!
There was an error while loading.Please reload this page.
Please don't forget to write some docs for this component. Thanks |
Uh oh!
There was an error while loading.Please reload this page.
Follow-up of
The FrameworkBundle part of the JsonEncoder component introduction.
The component related config is quite simple:
Plus, the framework integration proposes the following bindings:
EncoderInterface $jsonEncoder
to thejson_encoder.encoder
serviceDecoderInterface $jsonDecoder
to thejson_encoder.decoder
serviceAs this PR is based on top of#51718, only the last commit should be considered.