TypeShortcutDeserializeFromReader Method |
Deserializes the data from reader.
Namespace:
SD.LLBLGen.Pro.ApplicationCore.EntityModel
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.9.0.0 (5.9.0)
Syntax public void DeserializeFromReader(
XmlReader reader,
Dictionary<string, Type> typeConverterCoreTypes
)
Public Sub DeserializeFromReader (
reader As XmlReader,
typeConverterCoreTypes As Dictionary(Of String, Type)
)
Parameters
- reader
- Type: System.XmlXmlReader
The reader. - typeConverterCoreTypes
- Type: System.Collections.GenericDictionaryString, Type
The type converter core types.
See Also