![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/job-board.corals.io/vendor/jms/serializer/doc/cookbook/ |
stdClass ======== The serializer offers support for serializing ``stdClass`` objects, however the use of ``stdClass`` objects is discouraged. The current implementation serializes all the properties of a ``stdClass`` object in the order they appear. There are many known limitations when dealing with ``stdClass`` objects. More in detail, it is not possible to: - change serialization order of properties - apply per-property exclusion policies - specify any extra serialization information for properties that are part of the ``stdClass`` object, as serialization name, type, xml structure and so on - deserialize data into ``stdClass`` objects