SerializationWriterToArray Method |
Returns a byte[] containing all of the serialized data
where the underlying stream is a MemoryStream.
Only call this method once all of the data has been serialized.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntax Public Function ToArray As Byte()
Return Value
Type:
ByteA byte[] containing all serialized data.
See Also