Click or drag to resize

CoreUtilsSerializeToByteArray 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.6.0.0 (5.6.19.0117)
Syntax
public static byte[] SerializeToByteArray(
	Object toSerialize
)

Parameters

toSerialize
Type: SystemObject
To serialize.

Return Value

Type: Byte
See Also