OptionalconstructorOptionaldeserializerCustom deserializer for member
OptionalemitWhen set, a default value is emitted if the property is uninitialized/undefined.
OptionalindexCreate an index on this attribute. Possible values are true/false or a string for specifying this attribute as part of multiple attributes in an index.
OptionalisWhen set, indicates that the member must be present when deserializing.
OptionalnameWhen set, the key on the JSON that should be used instead of the class property name.
OptionalnumberExperimental number type
OptionalpreserveWhether to preserve null in the JSON output. When false it will not emit nor store the property if its value is null. Default: false.
OptionalprimaryIdentify this attribute as a primary key
OptionalserializerCustom serialized for member
OptionaluniqueIdentify this attribute as unique
Sets the constructor of the property. Optional with ReflectDecorators.