Click or drag to resize
InMemorySerializerDeserializer Constructor
Initializes a new instance of the InMemorySerializerDeserializer class.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.Xml
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public InMemorySerializerDeserializer(
	EncodingType encodingToUse
)

Parameters

encodingToUse
Type: SD.LLBLGen.Pro.CoreEncodingType
The encoding to use.
See Also