IJsonRpcMessageFormatter Interface
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.
An interface that offers JsonRpcMessage serialization to and from a sequence of bytes.
public interface IJsonRpcMessageFormatter
type IJsonRpcMessageFormatter = interface
Public Interface IJsonRpcMessageFormatter
- Derived
Methods
Deserialize(ReadOnlySequence<Byte>) |
Deserializes a JsonRpcMessage. |
GetJsonText(JsonRpcMessage) |
Obsolete.
Gets a JSON representation for a given message for tracing purposes. |
Serialize(IBufferWriter<Byte>, JsonRpcMessage) |
Serializes a JsonRpcMessage. |