Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions user_guide_src/source/models/entities.rst
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,10 @@ the value whenever the property is set:

.. literalinclude:: entities/014.php

.. warning:: The ``array`` cast uses PHP serialization. Only read values previously
written through the same Entity cast. Never store untrusted serialized strings
directly in an ``array``-cast field.

CSV Casting
-----------

Expand Down