Table of Contents

Method Deserialize

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

Deserialize(string)

Updates this item appearance using the value retrieved through Serialize().

public void Deserialize(string serialized)

Parameters

serialized string

The serialized item appearance.

Exceptions

ArgumentException

Thrown if an invalid serialized string is specified.