Click or drag to resize
SerializationReader Constructor (Byte)
Creates a SerializationReader using a byte[] previous created by SerializationWriter A MemoryStream is used to access the data without making a copy of it.

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(
	byte[] data
)

Parameters

data
Type: SystemByte
The byte[] containining serialized data.
See Also