RegisteredSerializer

class RegisteredSerializer<T>(registry: Registry<T>, typeName: String) : TypeSerializer<T>

Constructors

Link copied to clipboard
constructor(registry: Registry<T>, typeName: String)

Functions

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