Function SerializeProperty

  • 序列化装饰器

    在属性定义前使用 @SerializeProperty() 进行标记需要序列化

    Returns ((target, propertyKey) => void)

      • (target, propertyKey): void
      • Parameters

        • target: any
        • propertyKey: string

        Returns void

Generated using TypeDoc