Namespace Tableau.Migration.JsonConverters.SerializableObjects
Classes
SerializableContentLocation
Represents a JSON serializable content location, providing details about the location of content within a migration context.
SerializableContentReference
Represents a JSON serializable content reference.
SerializableEntryCollection
Represents a collection of serializable entries, organized by a string key and a list of SerializableManifestEntry as the value. This class extends Dictionary<TKey, TValue> to facilitate serialization and deserialization of migration manifest entries.
SerializableException
Represents a serializable version of an exception, allowing exceptions to be serialized into JSON format.
SerializableManifestEntry
Represents a JSON serializable entry in a migration manifest. This class implements IMigrationManifestEntry to allow for easy conversion between the manifest entry and its JSON representation.
SerializableMigrationManifest
Represents a serializable version of a migration manifest, which can be used for JSON serialization and deserialization.