質問

I'm writting the writeToParcel method and my model has an EnumSet<object> as attribut. I don't know which out.write....() i have to use for this type ?

役に立ちましたか?

解決

EnumSet implements Serializable hence you can use out.writeSerializable(enumset)

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top