Skip to content

Serializers

UltraDev edited this page Oct 2, 2021 · 4 revisions

Serializers

Serializers stores all objects supported by serialization, by default it supports a large variety of java objects:

  • Primitives
  • Primitive arrays
  • Arrays*
  • String
  • UUID
  • Map*
  • List*
  • Enums
  • All Atomic classes
  • Anything that implements GravSerializable

* These objects support type parameters with any of the types listed above.

Note: For Enums and GravSerializable classes, the class name is stored, so moving/renaming classes will result in deserialization failure. For GravSerializable classes this can be resolved as described here

Getting Started

Clone this wiki locally