Difference between revisions of "Dice/PbP/RollPost/OnDeserialization"
From DiceRoller Documentation
(Created page with "{{APIdoc|RollPost.OnDeserialization Method (Object)}} Completes deserialization of the RollPost once the entire object graph has been deserialized. {{ns}} == Syntax == <synt...") |
(No difference)
|
Latest revision as of 17:57, 28 April 2017
Completes deserialization of the RollPost once the entire object graph has been deserialized.
- Namespace: Dice.PbP
- Assembly: DiceRoller (in DiceRoller.dll)
Syntax
public virtual void OnDeserialization(
object sender
)
Parameters
- sender
- Type: System.Object
- Unused
Remarks
This is called automatically when deserializing. The function is idempotent, so calling it manually has no effect, but there is no reason to ever call it manually.