Click or drag to resize

FastDeserializer Constructor (SerializationReader)

Initializes a new instance of the FastDeserializer class.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntax
public FastDeserializer(
	SerializationReader reader
)

Parameters

reader
Type: SD.LLBLGen.Pro.ORMSupportClassesSerializationReader
The reader to use.
See Also