Various options for property, specifying how property may be accessed during serialization and deserialization.
{number}
Access setting that means that the property may only be used for deserialization: json -> class
Access setting that means that the property may only be used for serialization: class -> json
Generated using TypeDoc
Various options for property, specifying how property may be accessed during serialization and deserialization.
{number}