Skip to main content

Module object

Module object 

Source
Expand description

StixObject: the hybrid typed-or-generic object, with deserialization dispatch.

Enums§

StixObject
A STIX object: a recognized typed object, a generic value bag, or a consumer-registered custom object.
TypedObject
The set of types with dedicated typed structs. Additive: new variants slot in here and in StixObject::from_json’s dispatch.