SerializerRegistry

Registry of known serializers for an instance of the WearDataLayerRegistry. All types used for data stores must be registered here before use.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
inline fun <T : Any> registerSerializer(serializer: Serializer<T>)
fun <T : Any> registerSerializer(type: KClass<T>, serializer: Serializer<T>)
Link copied to clipboard