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