IBinarySerializableSerialize Method
Serializes the object into a byte array.
Namespace: KGySoft.Serialization.BinaryAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
byte[] Serialize(
BinarySerializationOptions options
)
Function Serialize (
options As BinarySerializationOptions
) As Byte()
array<unsigned char>^ Serialize(
BinarySerializationOptions options
)
abstract Serialize :
options : BinarySerializationOptions -> byte[]
- options BinarySerializationOptions
- Options used for the serialization.
ByteThe byte data representation of the object that can be used to restore the original object state by the
Deserialize method.