Serialize $_POST global in wordpress

Depending on the exact functionality you should use different techniques. If you’re allowing post data you would do post meta options (Get_post_meta). User data would be user_meta..

Most all the wordpress database actions are done by submitting through various types of WordPress functions. Sadly without knowing your goal I can’t be more specific.