Encoded

@SerialInfo
@Target(allowedTargets = [AnnotationTarget.PROPERTY])
annotation class Encoded(val encoding: Encoding = Encoding.UTF_8)

Annotation added for serializing using BluetoothFormat

When applied to a String or Char, encoding will be used for encoding each char.

Properties

Link copied to clipboard

the Encoding to use.