Search code examples
androidblobksoap2

BLOB to String[][]


Is there a way to directly convert a "BLOB"-array into a String[][]-array (on Android?

Thanks very much in advance!


Solution

  • My solution doesn't require codingBLOBs to String[][]-arrays anymore, now I am (de-)coding SoapEnvelopes to byte-arrays and vice versa using a method described here: http://androiddevblog.blogspot.com/2010/04/serializing-and-parceling-ksoap2.html