ComponentSerializer

class ComponentSerializer : TypeSerializer<Component>

Serializer for Component objects in Sponge configurations.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun deserialize(type: Type?, node: ConfigurationNode): Component
Link copied to clipboard
open fun emptyValue(specificType: Type, options: ConfigurationOptions): @Nullable Component?
Link copied to clipboard
open override fun serialize(type: Type?, obj: Component?, node: ConfigurationNode)