Open GoogleCodeExporter opened 9 years ago
Hi. Today got this crash. Gson parsed my object like
ArrayList<LinkedTreeMap<Node<String, String>. This object convert to byte[]
like this :
ByteArrayOutputStream outStream = new ByteArrayOutputStream();
objOutStream = new ObjectOutputStream(outStream);
objOutStream.writeObject(obj);
So, I got exception :
java.io.NotSerializableException:
ru.tcsbank.wallet.gson.patched.internal.LinkedTreeMap$1
and could not write serialized object to byte array.
Original comment by d3M1d...@gmail.com
on 2 Feb 2015 at 4:27
And yes. I dont know about true reason, but if I dont have proguard, this code
works perfect.
Original comment by d3M1d...@gmail.com
on 2 Feb 2015 at 4:30
Original issue reported on code.google.com by
jaroslav...@lemberg.co.uk
on 23 Jan 2015 at 1:45