Enum MetadataPropertyHandling
Specifies metadata property handling options for the JsonSerializer.
Namespace: Bayat.Json
Assembly: Bayat.Json.Runtime.dll
Syntax
public enum MetadataPropertyHandling
Fields
| Name | Description |
|---|---|
| Default | Read metadata properties located at the start of a JSON object. |
| Ignore | Do not try to read metadata properties. |
| ReadAhead | Read metadata properties located anywhere in a JSON object. Note that this setting will impact performance. |