Access setting that means that the property may only be read for serialization but not written (set) during deserialization.
Access setting that means that the property will be accessed for both serialization (writing out values as external representation) and deserialization (reading values from external representation).
Access setting that means that the property may only be written (set) as part of deserialization but will not be read (get) for serialization, that is, the value of the property is not included in serialization.
Generated using TypeDoc
Used by JsonProperty, it specifies how property may be accessed during serialization and deserialization.