SpongeConfigSerializers

Serializers for Sponge configurations, including support for Adventure Component and other types.

Types

Link copied to clipboard
class ComponentSerializer : TypeSerializer<Component>

Serializer for Component objects in Sponge configurations.

Link copied to clipboard
class LinkedListSerializer : AbstractListChildSerializer<LinkedList<Any>>

Serializer for LinkedList objects in Sponge configurations.

Properties

Link copied to clipboard
var SERIALIZERS: Consumer<TypeSerializerCollection.Builder>

Registers custom serializers with the provided builder.