JBob
Member
JBob submitted a new resource:
Beginner Guide's: Serialization and Deserialization - Learn about Serialization and Deserialization
Read more about this resource...
Beginner Guide's: Serialization and Deserialization - Learn about Serialization and Deserialization
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 examples of:
- Standard serialization with versioning
- Saving single values
- Saving multiple fields
- Saving object references (like Items or Mobiles)
- Saving...
Read more about this resource...