Creates an instance of a class that inherits from XmlObjectSerializer for serialization and deserialization operations.
Namespace:
Mindscape.LightSpeed.ServiceModelAssembly: Mindscape.LightSpeed.ServiceModel (in Mindscape.LightSpeed.ServiceModel.dll)
Version: 4.0.0.0 (4.0.0.0)
Syntax
C# |
---|
public override XmlObjectSerializer CreateSerializer( Type type, string name, string ns, IList<Type> knownTypes ) |
Visual Basic (Declaration) |
---|
Public Overrides Function CreateSerializer ( _ type As Type, _ name As String, _ ns As String, _ knownTypes As IList(Of Type) _ ) As XmlObjectSerializer |
Parameters
- type
- Type: System..::.Type
The Type to create the serializer for.
- name
- Type: System..::.String
The name of the generated type.
- ns
- Type: System..::.String
The namespace of the generated type.
- knownTypes
- Type: System.Collections.Generic..::.IList<(Of <(Type>)>)
An IList<(Of <(T>)>) of Type that contains known types.