1

I have an InputStream (serialized bytes) containing marshalled Parcels with Parcelables inside them. I need to unmarshall and inflate the Parcel back up again so I can retrieve the Parcelable. How can I do this, when I don't know the length of the Parcelable? Is there a way to do this automatically just continuously reading from the bytestream?

JohnyTex
  • 3,323
  • 5
  • 29
  • 52

0 Answers0