SHARE_STRINGS

const val SHARE_STRINGS: Int = 2

Strings will be shared between elements. Identical strings will only be serialized once, thus possibly saving space. But serialization performance might be slower and consumes more memory. This is ideal if you expect many repeated strings on the message.