| CoreUtils.SerializeToByteArray Method  | 
 
            Serializes the specified object to a byte array using the default binary formatter.
            
 
    Namespace: 
   SD.LLBLGen.Pro.Core
    Assembly:
   SD.LLBLGen.Pro.Core (in SD.LLBLGen.Pro.Core.dll) Version: 5.2.0.0 (5.2.17.0403)
Syntaxpublic static byte[] SerializeToByteArray(
	Object toSerialize
)
Public Shared Function SerializeToByteArray ( 
	toSerialize As Object
) As Byte()
Parameters
- toSerialize
 - Type: System.Object
To serialize. 
Return Value
Type:
Byte[]
See Also