Tagged Questions
4
votes
1answer
464 views
Marshalling a Notification Parcel
I'm trying to write a Notification object to a File.
The best way I could find was to write the object to a parcel, marshall that parcel to get a byte[] and then write it to a file.
Parcel notif = ...