SerializationReader Constructor (Stream, Boolean) |
Namespace: SD.LLBLGen.Pro.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax public SerializationReader(
Stream stream,
bool useTokenTablePresizeInfo
)
Public Sub New (
stream As Stream,
useTokenTablePresizeInfo As Boolean
)
Parameters
- stream
- Type: System.IOStream
The stream. - useTokenTablePresizeInfo
- Type: SystemBoolean
if set to true [use token table presize info].
See Also