JsonRpc.JsonSerializerFormatting 속성

정의

JSON-RPC 메시지를 serialize할 때 사용할 서식을 가져오거나 설정합니다.

public Newtonsoft.Json.Formatting JsonSerializerFormatting { get; set; }
member this.JsonSerializerFormatting : Newtonsoft.Json.Formatting with get, set
Public Property JsonSerializerFormatting As Formatting

속성 값

Newtonsoft.Json.Formatting

기본값은 Newtonsoft.Json.Formatting.Indented입니다.

적용 대상