Skip to main content
Version: Annotations-V1.0.0

SerializeOptionsWithoutNullCall

@frost/frost-web / Exports / SerializeOptionsWithoutNullCall

Type alias: SerializeOptionsWithoutNullCall<T, P>

Ƭ SerializeOptionsWithoutNullCall<T, P>: Object

Options object passed to the function Serialize

Property

is set to false|undefined this means that the de/serializing functions will not be called when 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
allowNullCall?false
deserializeDeserializer<AdvancedJSONPrimitive<P>, P>
serializeSerializer<T, P>