BooleanSerializer

Serializer for Boolean values.

Deserialization rules:

Since

1.0

Functions

Link copied to clipboard
open override fun deserialize(raw: Any): Boolean

Converts a raw storage value back into the typed representation.

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

Converts a typed value into a raw form suitable for storage (e.g. a string, number, or map).