Method | Description | |
---|---|---|
DontWrapRawXml ( this |
Tells the serializer to not wrap properties which have either XDocument or XElement with a "PropertyName" element. By default the xml serializer serializes the following message.
|
|
Namespace ( this |
Configures the serializer to use a custom namespace. (http://tempuri.net) is the default. If the provided namespace ends with trailing forward slashes, those will be removed on the fly.
|
|
SanitizeInput ( this |
Tells the serializer to sanitize the input data from illegal characters.
|
public static DontWrapRawXml ( this |
||
config | this |
|
return | SerializationExtensions |
public static Namespace ( this |
||
config | this |
The |
namespaceToUse | string | /// Namespace to use for interop scenarios. /// Note that this namespace is not validate or used for any logic inside NServiceBus. /// It is only for scenarios where a transport (or other infrastructure) requires message xml contents to have a specific /// namespace. /// |
return | SerializationExtensions |
public static SanitizeInput ( this |
||
config | this |
|
return | SerializationExtensions |