Overview
All serializers may currently serialize null SBOM and component fields to the file. Instead of writing null values, we need to have a good way to check to simply not add those fields to the final SBOM string in the serialize() method.
Resources
Acceptance Criteria