TempDataSerializer.Serialize(IDictionary<String,Object>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Serializes the contents of ITempDataDictionary.
public:
abstract cli::array <System::Byte> ^ Serialize(System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ values);
public abstract byte[] Serialize (System.Collections.Generic.IDictionary<string,object> values);
abstract member Serialize : System.Collections.Generic.IDictionary<string, obj> -> byte[]
Public MustOverride Function Serialize (values As IDictionary(Of String, Object)) As Byte()
Parameters
- values
- IDictionary<String,Object>
The contents of ITempDataDictionary.
Returns
Byte[]
The serialized bytes.