Inserts a Serializable value into the mapping of this Bundle, replacing
any existing value for the given key.
Syntax
[Android.Runtime.Register("putSerializable", "(Ljava/lang/String;Ljava/io/Serializable;)V", "")]
public
void PutSerializable (
string key,
Java.IO.ISerializable value)
Parameters
- key
- a String, or null
- value
- a Serializable object, or null
Remarks
Requirements
Namespace: Android.OS
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1