Namespace Tableau.Migration.JsonConverters
Namespaces
Tableau.Migration.JsonConverters.Exceptions
Tableau.Migration.JsonConverters.SerializableObjects
Classes
ExceptionJsonConverterFactory
JsonConverterFactory that creates converters for any type of Exception.
ExceptionJsonConverter<TException>
JsonConverter that serializes and deserializes any type of Exception.
FailedJobExceptionJsonConverter
Provides a custom JSON converter for FailedJobException objects, allowing for custom serialization and deserialization logic.
PythonExceptionConverter
JsonConverter that serializes a Python.Runtime.PythonException.
RestExceptionJsonConverter
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.
SerializedExceptionJsonConverter
JsonConverter that de/serializes a SerializableException.