protected static $_observers = array( 'Orm\\Observer_Typing' => array('before_save', 'after_save', 'after_load') );Then define your profile field property as
protected static $_properties = array( 'profile_fields' => array( 'data_type' => 'serialize', ), );and the ORM will unserialize it automatically on load, and serialize it on save.
It looks like you're new here. If you want to get involved, click one of these buttons!