Serialize
@frost/frost-web / Exports / Serialize
Function: Serialize
▸ Serialize<T
, P
>(options
): PropertyDecorator
Serialize Decorator is a Property Decorator
Decorator
This used to provide the de/serializing functions to be used on the property when transforming the object to JSON
Default Value
options.allowNullCall false
Type parameters
Name |
---|
T |
P |
Parameters
Name | Type |
---|---|
options | SerializeOptions <T , P > |
Returns
PropertyDecorator