BinarySerializationFormatterSerialize Method
Serializes an object into a byte array.
Namespace: KGySoft.Serialization.BinaryAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
public byte[] Serialize(
Object? data
)
Public Function Serialize (
data As Object
) As Byte()
public:
array<unsigned char>^ Serialize(
Object^ data
)
member Serialize :
data : Object -> byte[]
- data Object
- The object to serialize
ByteSerialized raw data of the object