SerializationCallbacksAttribute(Type) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Instantiates a new SerializationCallbacksAttribute instance.
public SerializationCallbacksAttribute (Type hookType);
new Orleans.SerializationCallbacksAttribute : Type -> Orleans.SerializationCallbacksAttribute
Public Sub New (hookType As Type)
Parameters
- hookType
- Type
The type of the object used to invoke serialization hooks.