PlayerPrefs saving Array made from Arrays

Hey,

I’m making a leaderBoard. I need to save the arrays where I store the players info which is stored on:

Array of strings : player1(name, score);

Array of arrays: (player1, player2, etc);

Is it possible to save this last array using PlayerPrefs?

Thanks for any help

Check out ArrayPrefs