Inclusion mechanism similar to PROPERTY
, except that
property is included one-level higher in hierarchy, i.e. as sibling
property at same level as JSON Object to type.
Note that this choice can only be used for properties, not
for types (classes). Trying to use it for classes will result in
inclusion strategy of basic PROPERTY
instead.
Inclusion mechanism that uses a single configurable property, included along with actual data (Class properties) as a separate meta-property.
Inclusion mechanism that wraps typed JSON value (Class serialized as JSON) in a 2-element JSON array: first element is the serialized type identifier, and second element the serialized Class as JSON Object.
Inclusion mechanism that wraps typed JSON value (Class serialized as JSON) in a JSON Object that has a single entry, where field name is serialized type identifier, and value is the actual JSON value.
Generated using TypeDoc
Definition of standard type inclusion mechanisms for type metadata.