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