Enum PropertySelectionStrategy
Enumerates the types of properties which are automatically serialized.
Namespace: Manatee.Json.Serialization
Assembly: Manatee.Json.dll
Syntax
[Flags]
public enum PropertySelectionStrategy
Fields
Name | Description |
---|---|
ReadAndWrite | Indicates that both read-only and read/write properties will be serialized. |
ReadOnly | Indicates that read-only properties will be serialized. |
ReadWriteOnly | Indicates that read/write properties will be serialized. |