SerializationReader Constructor (Stream) |
Creates a SerializationReader based on the passed Stream.
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
)
Public Sub New (
stream As Stream
)
Parameters
- stream
- Type: System.IOStream
The stream containing the serialized data
See Also