FormatterBase.SerializationTracking(FormatterBase, JsonRpcMessage) Constructor
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.
Initializes a new instance of the FormatterBase.SerializationTracking struct.
public SerializationTracking(StreamJsonRpc.FormatterBase formatter, StreamJsonRpc.Protocol.JsonRpcMessage message);
new StreamJsonRpc.FormatterBase.SerializationTracking : StreamJsonRpc.FormatterBase * StreamJsonRpc.Protocol.JsonRpcMessage -> StreamJsonRpc.FormatterBase.SerializationTracking
Public Sub New (formatter As FormatterBase, message As JsonRpcMessage)
Parameters
- formatter
- FormatterBase
The formatter.
- message
- JsonRpcMessage
The message being serialized.