Settings controlling JSON parsing.
More...
Settings controlling JSON parsing.
◆ Settings() [1/2]
Google.Protobuf.JsonParser.Settings.Settings |
( |
int |
recursionLimit | ) |
|
|
inline |
Creates a new Settings object with the specified recursion limit.
- Parameters
-
recursionLimit | The maximum depth of messages to parse |
◆ Settings() [2/2]
Google.Protobuf.JsonParser.Settings.Settings |
( |
int |
recursionLimit, |
|
|
TypeRegistry |
typeRegistry |
|
) |
| |
|
inline |
Creates a new Settings object with the specified recursion limit and type registry.
- Parameters
-
recursionLimit | The maximum depth of messages to parse |
typeRegistry | The type registry used to parse Any messages |
◆ Default
Settings Google.Protobuf.JsonParser.Settings.Default |
|
staticget |
◆ RecursionLimit
int Google.Protobuf.JsonParser.Settings.RecursionLimit |
|
get |
The maximum depth of messages to parse. Note that this limit only applies to parsing messages, not collections - so a message within a collection within a message only counts as depth 2, not 3.
◆ TypeRegistry
TypeRegistry Google.Protobuf.JsonParser.Settings.TypeRegistry |
|
get |
The type registry used to parse Any messages.
The documentation for this class was generated from the following file:
- Source/ThirdParty/libwebrtc/Source/third_party/protobuf/csharp/src/Google.Protobuf/JsonParser.cs