The real problem is that the model consists mostly of a matrix full of double precision numbers. Encoding those as text is always problematic. Your solution of using base-64 is a fine one if you really need text.
On Mon, Apr 1, 2013 at 4:31 AM, Arun Avanathan <[email protected]>wrote: > Imagine if we had a String based serializing feature, we could have > simplified the solution. I guess serializing is not that straight forward > with complex math models, so it is not implemented. >
