Class MultiFormatStore

java.lang.Object
org.spdx.storage.simple.ExtendedSpdxStore
org.spdx.jacksonstore.MultiFormatStore
All Implemented Interfaces:
AutoCloseable, org.spdx.storage.IModelStore, org.spdx.storage.ISerializableModelStore

public class MultiFormatStore
extends org.spdx.storage.simple.ExtendedSpdxStore
implements org.spdx.storage.ISerializableModelStore
Model store that supports multiple serialization formats (JSON, XML, YAML) Note that the serialization/deserlization methods are synchronized to prevent the format or verbose changing while serilizing
Author:
Gary O'Neall