stdclass.rst 644 B

1234567891011121314151617
  1. stdClass
  2. ========
  3. The serializer offers support for serializing ``stdClass`` objects, however the use of
  4. ``stdClass`` objects is discouraged.
  5. The current implementation serializes all the properties of a ``stdClass`` object in
  6. the order they appear.
  7. There are may know limitations wen dealing with ``stdClass`` objects,
  8. more in detail, is not possible to:
  9. - change serialization order of properties
  10. - apply per-property exclusion policies
  11. - specify any extra serialization information for properties that are part of the ``stdClass`` object, as serialization name, type, xml structure and so on
  12. - deserialize data into ``stdClass`` objects