Object relational mapping - Columns - Data types - Object.php 175 Bytes
Doctrine supports objects as column types. Basically you can set an object to a field and Doctrine handles automatically the serialization / unserialization
of that object.