Enum InvalidPropertyKeyBehavior
Enumeration of behavior options for the deserializer when a JSON structure is passed which contains invalid property keys.
Namespace: Manatee.Json.Serialization
Assembly: Manatee.Json.dll
Syntax
public enum InvalidPropertyKeyBehavior
Fields
Name | Description |
---|---|
DoNothing | Deserializer ignores the invalid property keys. |
ThrowException | Deserializer will throw an exception when an invalid property key is found. |