IConverter<TValue, TSurrogate>
interface
Namespace: Orleans
Functionality for converting between two types.
public interface IConverter<TValue, TSurrogate> where TSurrogate : structMethods
ConvertFromSurrogate(TSurrogate)Converts a surrogate value to the value type.ConvertToSurrogate(TValue)Converts a value to the value type.
