RuntimeException: Parcel android.os.Parcel: Unmarshalling unknown type code when using android bundle
问题 I am getting the below error message: java.lang.RuntimeException: Parcel android.os.Parcel@41141190: Unmarshalling unknown type code 7602286 at offset 16 at android.os.Parcel.readValue(Parcel.java:1921) at android.os.Parcel.readMapInternal(Parcel.java:2094) at android.os.Bundle.unparcel(Bundle.java:223) at android.os.Bundle.getFloat(Bundle.java:981) I am sending an object as a message using WiFi direct. Hence I am converting the object into byte array while sending and reversing the