-
Notifications
You must be signed in to change notification settings - Fork 112
Serialization Metadata
Daan van Yperen edited this page Sep 24, 2016
·
1 revision
- Implement a subclass of
SaveFileFormat
and fields you want to serialize. - Pass that to your manager
WorldSerializationManager#save
andWorldSerializationManager#load
methods instead.
To exclude fields, mark them transient
.
See Serializable-Data-Types for supported field types.
- Overview
- Concepts
- Getting Started
- Using
- More guides
- Plugins
- Game Gallery
- Tools and Frameworks
- API reference