When writing data from a ByteBuffer with direct buffer to a parcel, can I avoid of copying it as a temporary array and then parceling it?
I have a ByteBuffer that allocates memory from a Direct Buffer, and now there is some data in it that I want to pass across processes, so I will parcel the data in it as a ByteArray.