Skip to main content
Version: Annotations-V1.0.0

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

NameType
optionsSerializeOptions<T, P>

Returns

PropertyDecorator