Namespace Serenity.Persistence.Application.UseCases
Classes
PersistenceAppendBytes
Use case for appending a byte array to an existing blob in the store.
PersistenceLoadBytes
Use case for loading a byte array from the blob store.
PersistenceLoadObject
Use case for loading a deserialized object from the blob store.
PersistenceSaveBytes
Use case for saving a byte array to the blob store.
PersistenceSaveObject
Use case for saving a serialized object to the blob store.
PersistenceUseCases
Aggregates all persistence-related use cases for easy access and management.