WellKnownTagEncoder

object WellKnownTagEncoder

Encoder/decoder for data in well known formats

Types

Link copied to clipboard
object Boolean : IUserMessageCodec<Boolean>

Boolean represented by a single byte

Link copied to clipboard

Raw bytes

Link copied to clipboard
object Double : IUserMessageCodec<Double>

Float64 in big endian byte order

Link copied to clipboard
object Empty : IUserMessageTagEncoder<Unit>
Link copied to clipboard
object Float : IUserMessageCodec<Float>

Float32 in big endian byte order

Link copied to clipboard
object Int : IUserMessageCodec<Int>

Int32 in big endian byte order

Link copied to clipboard
@ExperimentalSerializationApi
object Json : IUserMessageCodec<String>

Json string encoded with UTF-8

Link copied to clipboard
object Long : IUserMessageCodec<Long>

Int64 in big endian byte order

Link copied to clipboard
object Text : IUserMessageCodec<String>

UTF-8 encoded text