Interface SerializationPolicyProvider
Used to obtain a
SerializationPolicy for a given module base URL and
serialization policy strong name.
Methods
Method Detail
getSerializationPolicy
Returns a
SerializationPolicy for a given module base URL and
serialization policy strong name.
Parameters
- moduleBaseURL
- the URL for the module
- serializationPolicyStrongName
- strong name of the serialization
policy for the specified module URL
Return Value
a
SerializationPolicy for a given module base URL and RPC
strong name; must not return
null