Serialization and Deserialization
When you're building items, systems, or creatures in ServUO, you’ll often need to store information between server restarts. That’s where serialization (saving) and deserialization (loading) come in.
This tutorial walks you through how it works, including...