Method | Description | |
---|---|---|
CreateSerializer ( |
Creates an instance of a class that inherits from T:System.Runtime.Serialization.XmlObjectSerializer for serialization and deserialization operations with an T:System.Xml.XmlDictionaryString that contains the namespace.
|
|
CreateSerializer ( |
Creates an instance of a class that inherits from T:System.Runtime.Serialization.XmlObjectSerializer for serialization and deserialization operations.
|
|
PrefixContractSerializerOperationBehavior ( |
Initializes a new instance of the PrefixContractSerializerOperationBehavior class.
|
Method | Description | |
---|---|---|
AddPrefixes ( PrefixDataContractSerializer serializer ) : void |
public CreateSerializer ( |
||
type | The type to serialize or deserialize. | |
name | The name of the serialized type. | |
ns | An |
|
knownTypes | IList |
An |
return |
public CreateSerializer ( |
||
type | The |
|
name | string | The name of the generated type. |
ns | string | The namespace of the generated type. |
knownTypes | IList |
An |
return |
public PrefixContractSerializerOperationBehavior ( |
||
operationDescription | The operation description. | |
attributes | The attributes. | |
return | System |