ComponentSerializer

class ComponentSerializer : Serializer<Component>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun deserialize(value: Any?): Component

Deserializes the value from its configuration format back to type T.

Link copied to clipboard
open override fun serialize(value: Component): Any

Serializes the value of type T to a format suitable for the configuration.