Namespace MudBlazor.Utilities.Clone
Classes
- CloneableCloneStrategy<T>
Provides a deep copy implementation for objects of type
T
that implement the ICloneable interface.
- SystemTextJsonDeepCloneStrategy<T>
Provides a deep copy implementation using System.Text.Json.
Interfaces
- ICloneStrategy<T>
Represents an interface for resolving deep copy operations for objects of type
T
.