I'm trying to convert a double[] array to Base64 string and vice versa. I want to do this for store a very long array of double arrays (double[][]) in a simple String and then return back to a double[][] array. Is it possible?I'm trying to convert a double[] array to Base6