Skip to content

CodecProvider.TryGetDeepCopier

TryGetDeepCopier

View source
public IDeepCopier<T> TryGetDeepCopier<T>()
Gets a deep copier capable of copying instances of type T, or returns null if an appropriate copier was not found.

Returns

A deep copier capable of copying instances of type T, or null if an appropriate copier was not found.