serializableExtra

Retrieve an extra from the intent using the given key. The extra should have been added using Intent.putExtra with a value that implements the Serializable interface.

Return

the value of the extra, or null if no such extra was found

Parameters

key

the key of the extra