MessagePackFormatter.IJsonRpcFormatterTracingCallbacks.OnSerializationComplete 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.
void IJsonRpcFormatterTracingCallbacks.OnSerializationComplete (StreamJsonRpc.Protocol.JsonRpcMessage message, System.Buffers.ReadOnlySequence<byte> encodedMessage);
abstract member StreamJsonRpc.Reflection.IJsonRpcFormatterTracingCallbacks.OnSerializationComplete : StreamJsonRpc.Protocol.JsonRpcMessage * System.Buffers.ReadOnlySequence<byte> -> unit
override this.StreamJsonRpc.Reflection.IJsonRpcFormatterTracingCallbacks.OnSerializationComplete : StreamJsonRpc.Protocol.JsonRpcMessage * System.Buffers.ReadOnlySequence<byte> -> unit
Sub OnSerializationComplete (message As JsonRpcMessage, encodedMessage As ReadOnlySequence(Of Byte)) Implements IJsonRpcFormatterTracingCallbacks.OnSerializationComplete
Parameters
- message
- JsonRpcMessage
- encodedMessage
- ReadOnlySequence<Byte>