C# 클래스 Google.Protobuf.JsonFormatter.Settings

Settings controlling JSON formatting.
파일 보기 프로젝트 열기: mirror/chromium 1 사용 예제들

공개 메소드들

메소드 설명
Settings ( bool formatDefaultValues ) : System

Creates a new Settings object with the specified formatting of default values and an empty type registry.

Settings ( bool formatDefaultValues, Google.Protobuf.Reflection.TypeRegistry typeRegistry ) : System

Creates a new Settings object with the specified formatting of default values and type registry.

비공개 메소드들

메소드 설명
Settings ( ) : System

메소드 상세

Settings() 공개 메소드

Creates a new Settings object with the specified formatting of default values and an empty type registry.
public Settings ( bool formatDefaultValues ) : System
formatDefaultValues bool true if default values (0, empty strings etc) should be formatted; false otherwise.
리턴 System

Settings() 공개 메소드

Creates a new Settings object with the specified formatting of default values and type registry.
public Settings ( bool formatDefaultValues, Google.Protobuf.Reflection.TypeRegistry typeRegistry ) : System
formatDefaultValues bool true if default values (0, empty strings etc) should be formatted; false otherwise.
typeRegistry Google.Protobuf.Reflection.TypeRegistry The to use when formatting messages.
리턴 System