GenericXmlBridgeTDataAccessCreateSerializer Method |
Create serializer
Namespace:
DHI.Mike1D.Generic
Assembly:
DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax protected DataContractSerializer CreateSerializer(
List<Type> customTypes
)
Protected Function CreateSerializer (
customTypes As List(Of Type)
) As DataContractSerializer
protected:
DataContractSerializer^ CreateSerializer(
List<Type^>^ customTypes
)
Parameters
- customTypes
- Type: System.Collections.GenericListType
[Missing <param name="customTypes"/> documentation for "M:DHI.Mike1D.Generic.GenericXmlBridge`1.CreateSerializer(System.Collections.Generic.List{System.Type})"]
Return Value
Type:
DataContractSerializer[Missing <returns> documentation for "M:DHI.Mike1D.Generic.GenericXmlBridge`1.CreateSerializer(System.Collections.Generic.List{System.Type})"]
See Also