Unsized

@SerialInfo
@Target(allowedTargets = [AnnotationTarget.PROPERTY])
annotation class Unsized

Annotation added for serializing using BluetoothFormat

When applied to a String or Collection, no end marking will be applied. This will result in a DataAfterUnconstrainedData exception if data (besides checksum or postfix) is added after this element.