Click or drag to resize

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.9.0.0 (5.9.0)
Syntax
public SerializationWriter(
	Stream stream,
	bool allowStoreTokenTablePresizeInfo
)

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