The Spotfire.Dxp.Framework.Persistence namespace contains classes that handle persistence.
Classes
Class | Description | |
---|---|---|
DeserializationContext |
The context used when a DocumentNode is deserialized.
|
|
EmbeddedResource |
Represents an resource that is embedded in the DXP file.
|
|
ImmutableEmbeddedResource |
Represents a resource that can owned by the document and embedded in the DXP file.
|
|
NotPersistedAttribute |
Used to markup types that are not intended to be persisted when the
document is saved to a file.
|
|
PersistenceContextBase |
Base class for SerializationContext and DeserializationContext.
|
|
PersistenceVersionAttribute |
Used to markup the persistence version of a class in order to
support the writing of backwards compatible classes.
|
|
SerializationContext |
The context used when a DocumentNode is serialized.
|
Structures
Structure | Description | |
---|---|---|
SupportedFileExtension |
Represents a supported file extension, including a description.
|