質問

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