Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration JsonPropertyAccess

Used by JsonProperty, it specifies how property may be accessed during serialization and deserialization.

Index

Enumeration members

Enumeration members

READ_ONLY

READ_ONLY:

Access setting that means that the property may only be read for serialization but not written (set) during deserialization.

READ_WRITE

READ_WRITE:

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).

WRITE_ONLY

WRITE_ONLY:

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