OptionalconstructorOptionaldeserializerCustom deserializer for member
OptionalemitWhen set, a default value is emitted if the property is uninitialized/undefined.
OptionalisWhen set, indicates that the member must be present when deserializing.
OptionalkeyOptionalnumberType?: NumberTypeExperimental number type
OptionalnameWhen set, the key on the JSON that should be used instead of the class property name.
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.
OptionalserializerCustom serialized for member
OptionalshapeHow the map should be serialized. Default is ARRAY.
OptionalvalueOptionalnumberType?: NumberTypeExperimental number type
Sets the constructor of the property. Optional with ReflectDecorators.