GenerateMethodSerializersAttribute
class
Namespace: Orleans
When applied to an interface, specifies that support code should be generated to allow remoting of interface calls.
public sealed class GenerateMethodSerializersAttribute : AttributeConstructors
GenerateMethodSerializersAttribute(Type, bool)Initializes a new instance of theGenerateMethodSerializersAttributeclass.
Properties
IsExtensionGets a value indicating whether this interface is an extension interface.ProxyBaseGets the base type which the source generator will use for generated proxy classes.
