ICopierSelector
interface
Namespace: Orleans.Serialization.Serializers
Functionality used by general-purpose copiers (such as a JSON copier) to allow types to opt-in to using them.
public interface ICopierSelectorProperties
CopierNameThe well-known copier name, used to match an instance with a copier.
Methods
IsSupportedType(Type)Returns true if the specified copier should be used for this type.
