01.11.2014 Views

The AndroidManifest.xml File - 안드로이드 기술 커뮤니티 : Korea ...

The AndroidManifest.xml File - 안드로이드 기술 커뮤니티 : Korea ...

The AndroidManifest.xml File - 안드로이드 기술 커뮤니티 : Korea ...

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Parcel : Untyped Containers<br />

Untyped Containers<br />

A final class of methods are for writing and reading standard Java containers of arbitrary types.<br />

<strong>The</strong>se all revolve around the writeValue(Object) and readValue(ClassLoader) methods which<br />

define the types of objects allowed.<br />

<strong>The</strong> container methods are<br />

writeArray(Object[]),<br />

readArray(ClassLoader),<br />

writeList(List),<br />

readList(List, ClassLoader),<br />

readArrayList(ClassLoader),<br />

writeMap(Map),<br />

p),<br />

readMap(Map, ClassLoader),<br />

writeSparseArray(SparseArray),<br />

readSparseArray(ClassLoader).<br />

<strong>Korea</strong> Android Community- www.kandroid.org<br />

32

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!