group = Brizy_Editor_Accounts_AbstractAccount::SOCIAL_GROUP; return Brizy_Editor_Accounts_AbstractAccount::createFromSerializedData( get_object_vars( $json_obj ) ); } throw new Exception( 'Invalid json provided.' ); } }