cyclonedx.serialization
Set of helper classes for use with serializable when conducting (de-)serialization.
Package Contents
Classes
An identifier that can be used to reference objects elsewhere in the BOM. |
|
Helper class that provides a standard way to create an ABC using |
|
Helper class that provides a standard way to create an ABC using |
|
Helper class that provides a standard way to create an ABC using |
- class cyclonedx.serialization.BomRef(value: str | None = None)[source]
An identifier that can be used to reference objects elsewhere in the BOM.
This copies a similar pattern used in the CycloneDX Python Library.
- property value: str
- class cyclonedx.serialization.BomRefHelper(*args: Any, **kwargs: Any)[source]
Bases:
serializable.helpers.BaseHelperHelper class that provides a standard way to create an ABC using inheritance.
- classmethod deserialize(o: object) cyclonedx.model.bom_ref.BomRef[source]