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.3.0.0 (5.3.0)
Syntax
public FastDeserializer(
	SerializationReader reader
)

Parameters

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