Question

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

Pas de solution correcte

Autres conseils

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

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top