ActorRemotingDataContractSerializationProvider.CreateRemotingRequestMessageBodyDataContractSerializer Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the settings used to create DataContractSerializer for serializing and de-serializing request message body.
protected internal override System.Runtime.Serialization.DataContractSerializer CreateRemotingRequestMessageBodyDataContractSerializer (Type remotingRequestType, System.Collections.Generic.IEnumerable<Type> knownTypes);
override this.CreateRemotingRequestMessageBodyDataContractSerializer : Type * seq<Type> -> System.Runtime.Serialization.DataContractSerializer
Protected Friend Overrides Function CreateRemotingRequestMessageBodyDataContractSerializer (remotingRequestType As Type, knownTypes As IEnumerable(Of Type)) As DataContractSerializer
Parameters
- remotingRequestType
- Type
Remoting RequestMessageBody Type
- knownTypes
- IEnumerable<Type>
The return types of all of the methods of the specified interface.
Returns
DataContractSerializerSettings for serializing and de-serializing request message body.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET