Storing an array of objects related to each user

If the stdClass objects are all identical in structure, I suggest to create a specific table for them and use a reference to connect to the related user.

You can use a serialized user meta to connect a user to more than one record on that table, or use a specific table’s column as “user_id” if one-object <=> one-user.