Click or drag to resize

RestMessageDispatchFormatterTContractSerializeResponse Method

Serialize the reply

Namespace: SanteDB.Rest.Common.Serialization
Assembly: SanteDB.Rest.Common (in SanteDB.Rest.Common.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntax
public override void SerializeResponse(
	RestResponseMessage response,
	Object[] parameters,
	Object result
)

Parameters

response  RestResponseMessage

[Missing <param name="response"/> documentation for "M:SanteDB.Rest.Common.Serialization.RestMessageDispatchFormatter`1.SerializeResponse(RestSrvr.Message.RestResponseMessage,System.Object[],System.Object)"]

parameters  Object

[Missing <param name="parameters"/> documentation for "M:SanteDB.Rest.Common.Serialization.RestMessageDispatchFormatter`1.SerializeResponse(RestSrvr.Message.RestResponseMessage,System.Object[],System.Object)"]

result  Object

[Missing <param name="result"/> documentation for "M:SanteDB.Rest.Common.Serialization.RestMessageDispatchFormatter`1.SerializeResponse(RestSrvr.Message.RestResponseMessage,System.Object[],System.Object)"]

Implements

IDispatchMessageFormatterSerializeResponse(RestResponseMessage, Object, Object)
See Also