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.4.0.0 (5.4.0)
Syntaxpublic SerializationReader(
	byte[] data
)
Public Sub New ( 
	data As Byte()
)
Parameters
- data
 - Type: SystemByte
The byte[] containining serialized data. 
See Also