Inclusion rule to use for entries ("content") of decorated Map
or "Object Literal" properties.
Specifies a function to use in case content is JsonIncludeType.CUSTOM for filtering the content value.
If it returns true
, then the content value is not serialized.
Inclusion rule to use for instances (values) of types (Classes) or properties decorated.
Specifies a function to use in case value is JsonIncludeType.CUSTOM for filtering the value.
If it returns true
, then the value is not serialized.
Generated using TypeDoc
Decorator base options for JsonInclude.