PreferencesSerializer

JSON serializer of P.

Functions

Link copied to clipboard
abstract fun deserialize(preferences: String): P

Deserialize P from a JSON string.

Link copied to clipboard
abstract fun serialize(preferences: P): String

Serialize P into a JSON string.