Click or drag to resize

SerializationReader Constructor (Stream, Boolean)

Initializes a new instance of the SerializationReader class.

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)
Syntax
public SerializationReader(
	Stream stream,
	bool useTokenTablePresizeInfo
)

Parameters

stream
Type: System.IOStream
The stream.
useTokenTablePresizeInfo
Type: SystemBoolean
if set to true [use token table presize info].
See Also