Interface IGenericTypeProvider
This interface must be implemented by the component that wants to provide the generic types for multiple parameters.
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public interface IGenericTypeProvider
Methods
Name | Description |
---|---|
CheckIfSerializable(Type, FieldInfo) | Provide custom implementation of this method to return true or false on the basis of whether you want to serialize the specific FieldInfo of specific Type. |
GetGenericTypes() | Client has to provide the implementation of this method, and he/she has to fill the array with the desire generic types and return it to us. |