SerializationManager.SerializeToByteArray(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.
Serialize data into byte[].
public byte[] SerializeToByteArray (object raw);
member this.SerializeToByteArray : obj -> byte[]
Public Function SerializeToByteArray (raw As Object) As Byte()
Parameters
- raw
- Object
Input data.
Returns
Byte[]
Object of the required Type, rehydrated from the input stream.