Click or drag to resize
SerializationReader Constructor (Stream)
Creates a SerializationReader based on the passed Stream.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public SerializationReader(
	Stream stream
)

Parameters

stream
Type: System.IOStream
The stream containing the serialized data
See Also