IServiceRemotingMessageSerializationProvider Interface
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.
Defines the interface that must be implemented for providing custom serialization for the remoting request.
public interface IServiceRemotingMessageSerializationProvider
type IServiceRemotingMessageSerializationProvider = interface
Public Interface IServiceRemotingMessageSerializationProvider
- Derived
Methods
CreateMessageBodyFactory() |
Create a IServiceRemotingMessageBodyFactory used for creating remoting request and response body. |
CreateRequestMessageSerializer(Type, IEnumerable<Type>, IEnumerable<Type>) |
Creates a serializer that can serialize and deserialize the remoting request message bodies for the specified service interface. |
CreateResponseMessageSerializer(Type, IEnumerable<Type>, IEnumerable<Type>) |
Creates a serializer that can serialize and deserialize the remoting response message bodies for the specified service interface. |
Applies to
Azure SDK for .NET