| 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.3.0.0 (5.3.0)
SyntaxPublic Function ToArray As Byte()
Return Value
Type: 
ByteA byte[] containing all serialized data.
See Also