IServiceRemotingMessageSerializationProvider Interface

Definition

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