다음을 통해 공유


IJsonRpcFormatterTracingCallbacks 인터페이스

정의

필요에 따라 메시지의 JSON 표현을 IJsonRpcMessageFormatter 추적하기 위해 완전히 직렬화된 시퀀스가 필요한 경우에 구현됩니다.

public interface IJsonRpcFormatterTracingCallbacks
type IJsonRpcFormatterTracingCallbacks = interface
Public Interface IJsonRpcFormatterTracingCallbacks
파생

메서드

OnSerializationComplete(JsonRpcMessage, ReadOnlySequence<Byte>)

직렬화된 메시지의 JSON 표현으로 호출 OnMessageSerialized(JsonRpcMessage, Object) 할 포맷터를 초대합니다.

적용 대상