SerializationCallbacksAttribute
class
Namespace: Orleans
Specifies a type to be instantiated and invoked when performing serialization operations on instances of the type which this attribute is attached to.
public sealed class SerializationCallbacksAttribute : AttributeConstructors
SerializationCallbacksAttribute(Type)Instantiates a newSerializationCallbacksAttributeinstance.
Properties
HookTypeThe type of the hook class.
