InMemorySerializerDeserializer Constructor  | 
  
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore.Xml
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntaxpublic InMemorySerializerDeserializer(
	EncodingType encodingToUse
)
Public Sub New ( 
	encodingToUse As EncodingType
)
Parameters
- encodingToUse
 - Type: SD.LLBLGen.Pro.CoreEncodingType
The encoding to use. 
See Also