SerializationWriter Constructor (Stream) | 
 
            Creates a FastSerializer around the specified stream
            Will store token table presize info if the stream is seekable
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntaxpublic SerializationWriter(
	Stream stream
)
Public Sub New ( 
	stream As Stream
)
Parameters
- stream
 - Type: System.IOStream
 
See Also