Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove decoder interface usage #10453

Merged

Conversation

dmanners
Copy link
Contributor

@dmanners dmanners commented Aug 7, 2017

Description

Since the DecoderInterface in deprecated we can start to remove the usage with \Magento\Framework\Serialize\Serializer\Json instead.

Contribution checklist

  • Pull request has a meaningful description of its purpose
  • All commits are accompanied by meaningful commit messages
  • All new or changed code is covered with unit/integration tests (if applicable)
  • All automated tests passed successfully (all builds on Travis CI are green)

…ookmark model,

 - deprecate the $jsonDecoder,
 - inject the new \Magento\Framework\Serialize\Serializer\Json
 - replace the usage of $jsonDecoder with the $serializer
…ookmark save controller

 - deprecate $jsonDecoder,
 - inject the new \Magento\Framework\Serialize\Serializer\Json,
 - replace usage of $jsonDecoder with $serializer
@okorshenko okorshenko self-assigned this Aug 7, 2017
@okorshenko okorshenko added this to the August 2017 milestone Aug 7, 2017
@magento-team magento-team merged commit 0e4a1a3 into magento:develop Aug 8, 2017
magento-team pushed a commit that referenced this pull request Aug 8, 2017
[EngCom] Public Pull Requests
 - MAGETWO-71392: Remove decoder interface usage #10453
@dmanners dmanners deleted the remove-decoder-interface-usage branch December 19, 2017 13:07
@Ctucker9233
Copy link

@magento-team Will this be backported to 2.2?

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

Successfully merging this pull request may close these issues.

4 participants