Skip to content
Snippets Groups Projects
Commit 71335bdc authored by Joan He's avatar Joan He
Browse files

MAGETWO-59444: Create serializer interface and json class in framework

parent 5ddf13e0
No related merge requests found
...@@ -9,7 +9,6 @@ use Magento\Framework\Serialize\SerializerInterface; ...@@ -9,7 +9,6 @@ use Magento\Framework\Serialize\SerializerInterface;
/** /**
* Class for serializing data to json string and unserializing json string to data * Class for serializing data to json string and unserializing json string to data
*
*/ */
class Json implements SerializerInterface class Json implements SerializerInterface
{ {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment