IJsonRpcFormatterState 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 implemented by IJsonRpcMessageFormatter instances to support some formatter extensions such as MessageFormatterEnumerableTracker.
public interface IJsonRpcFormatterState
type IJsonRpcFormatterState = interface
Public Interface IJsonRpcFormatterState
- Derived
Properties
DeserializingMessageWithId |
Gets the ID of the response currently being deserialized. |
SerializingMessageWithId |
Gets the id of the request or response currently being serialized. |
SerializingRequest |
Gets a value indicating whether a JsonRpcRequest is being serialized. |