# Functions
ConvertFromPersistence is the counterpart of ConvertToPersistence and converts a byte array back to a resource.
ConvertToPersistence serializes the given resource into a byte array which can be stored in a filesystem persistence.
New returns a new FileSystemPersister.
NewForMemory returns a new FileSystemPersister using an in-memory filesystem.
NewForOS returns a new FileSystemPersister using the operating system's filesystem.
TryGetInternalFileSystemPersister tries to get the internal FileSystemPersister of the given Persister.
# Structs
FileSystemPersister persists data by writing it to a given file system.