Namespace Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.Serializers
Classes
JsonRpcMessageSerializer
Serializes messages in the JSON RPC format. Used primarily for language servers.
V8MessageSerializer
Serializes messages in the V8 format. Used primarily for debug adapters.
Interfaces
IMessageSerializer
Defines a common interface for message serializers.