Enum MetadataPropertyHandling
- Namespace
- Dynamicweb.Core.Json.Settings
- Assembly
- Dynamicweb.Core.dll
Specifies metadata property handling options for the JsonSerializer.
public enum MetadataPropertyHandling
Fields
Default = 0
- Read metadata properties located at the start of a JSON object.
Ignore = 2
- Do not try to read metadata properties.
ReadAhead = 1
- Read metadata properties located anywhere in a JSON object. Note that this setting will impact performance.