MessagePackFormatter.GetJsonText(JsonRpcMessage) 메서드

정의

추적을 위해 지정된 메시지에 대한 JSON 표현을 가져옵니다.

public object GetJsonText (StreamJsonRpc.Protocol.JsonRpcMessage message);
abstract member GetJsonText : StreamJsonRpc.Protocol.JsonRpcMessage -> obj
override this.GetJsonText : StreamJsonRpc.Protocol.JsonRpcMessage -> obj
Public Function GetJsonText (message As JsonRpcMessage) As Object

매개 변수

message
JsonRpcMessage

추적할 메시지입니다.

반환

메서드가 ToString() 추적에 적합한 사람이 읽을 수 있는 JSON 문자열을 생성하는 모든 개체입니다.

구현

적용 대상