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

没有正确的解决方案

其他提示

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top