void Serialize(
Dictionary<string, Object> storage
)
Sub Serialize (
storage As Dictionary(Of String, Object)
)
void Serialize(
Dictionary<String^, Object^>^ storage
)
abstract Serialize :
storage : Dictionary<string, Object> -> unit