RollResult.GetObjectData Method (SerializationInfo, StreamingContext)

From DiceRoller Documentation

Serializes the RollResult.

  • Namespace: Dice
  • Assembly: DiceRoller (in DiceRoller.dll)

Syntax

public virtual void GetObjectData(
    SerializationInfo info,
    StreamingContext context
)

Parameters

info
Type: System.Runtime.Serialization.SerializationInfo
Container where serialized data is written to.
context
Type: System.Runtime.Serialization.StreamingContext
Streaming context, unused.

Exceptions

Exception Condition
ArgumentNullException info is null.

Remarks

The RollRoot is not serialized. When a RollResult is serialized and subsequently deserialized, it will compare equal to the object that was serialized.