Skip to main content
Version: Annotations-V1.0.0

SerializeOptionsWithNullCall

@frost/frost-web / Exports / SerializeOptionsWithNullCall

Type alias: SerializeOptionsWithNullCall<T, P>

Ƭ SerializeOptionsWithNullCall<T, P>: Object

Options object passed to the function Serialize

Property

is set to true this means that the de/serializing functions will be called even if the values are null|undefined

Related

SerializeOptionsWithoutNullCall

Type parameters

NameDescription
Tthe type of the Parent Object containing the property to be serialized
Ptype of the property to be serialized

Type declaration

NameType
allowNullCalltrue
deserializeDeserializer<AdvancedJSONPrimitive<P> | undefined | null, P | null | undefined>
serializeSerializer<T, P | null | undefined>