SerializationWriter Constructor (Stream, Boolean) | 
 
            Creates a FastSerializer around the specified stream
            Notes:
            If the stream is not seekable then the allowStoreTokenTablePresizeInfo parameter is ignored
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntaxpublic SerializationWriter(
	Stream stream,
	bool allowStoreTokenTablePresizeInfo
)
Public Sub New ( 
	stream As Stream,
	allowStoreTokenTablePresizeInfo As Boolean
)
Parameters
- stream
 - Type: System.IOStream
The stream in which to store data - allowStoreTokenTablePresizeInfo
 - Type: SystemBoolean
true if token table presize 
            information can be stored; false otherwise 
See Also