GetBaseCopier
abstract
public abstract IBaseCopier<T> GetBaseCopier<T>() Gets a base type copier capable of copying instances of type
T. Returns
A base type copier capable of copying instances of type
T.Orleans.Serialization.Cloning.IDeepCopier instances. public abstract IBaseCopier<T> GetBaseCopier<T>()T. T.public abstract IDeepCopier GetDeepCopier(Type type)type. typeTypetype.public abstract IDeepCopier<T> GetDeepCopier<T>()T. T.public abstract IDeepCopier<T>? TryGetDeepCopier<T>()T, or returns null if an appropriate copier was not found. T, or null if an appropriate copier was not found.public abstract IDeepCopier? TryGetDeepCopier(Type type)type, or returns null if an appropriate copier was not found. typeTypetype, or null if an appropriate copier was not found.