Skip to content

Serialization Metadata

Daan van Yperen edited this page Sep 24, 2016 · 1 revision

Persisting metadata?

  1. Implement a subclass of SaveFileFormat and fields you want to serialize.
  2. Pass that to your manager WorldSerializationManager#save and WorldSerializationManager#load methods instead.

To exclude fields, mark them transient.

See Serializable-Data-Types for supported field types.

Clone this wiki locally