- serializeable<T>(type?): ((_target, _propertyKey) => void)
Parameters
Optional
type: Constructor<T> | TypeResolver<T> | (Constructor<any> | TypeResolver<T>)[]
Returns ((_target, _propertyKey) => void)
- (_target, _propertyKey): void
Parameters
- _target: any
- _propertyKey: string
Returns void
Please use "@serializable" - this version has a typo and will be removed in future versions