getSerialize

inline fun <T : Serializable> Bundle.getSerialize(key: String): T?

Get a object that the type extends a serialization from a bundle.

Return

A object that extends a serialization if it can be get from a bundle, or null otherwise.

Parameters

key

A key

See also