< Dice‎ | PbP‎ | RollPost

RollPost.OnDeserialization Method (Object)

From DiceRoller Documentation

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.