Question

What is the procedure to make JavaMail Message Parcelable as by default Message can not be serialized? How to achieve the serialization?

No correct solution

OTHER TIPS

Why not simply "serialize" the message by writing it to a stream (or string) and then parsing it back again to "deserialize" it?

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top