android.os.BadParcelableException: ClassNotFoundException when unmarshalling: com.facebook.flatbuffers.helpers.FlatBufferModelHelper$LazyHolder

Android.os.BadParcelableException: ClassNotFoundException when unmarshalling: com.facebook.flatbuffers.helpers.FlatBufferModelHelper$LazyHolder Understanding the Error What is Android.os.BadParcelableException? The android.os.BadParcelableException is a runtime exception thrown when there’s an issue during the unmarshalling process of a Parcelable object.…