ISerializationCallbacks<T>.OnSerialized(T) Method
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.
Called when a value has been serialized.
public void OnSerialized (T value);
abstract member OnSerialized : 'T -> unit
Public Sub OnSerialized (value As T)
Parameters
- value
- T
The value.