Package-level declarations
Types
Link copied to clipboard
Use this class if you'll need to serialize a complex type as a byte string before encoding it, i.e. as it is the case with the protected header in COSE structures.
Link copied to clipboard
class ByteStringWrapperSerializer<T>(dataSerializer: KSerializer<T>) : KSerializer<ByteStringWrapper<T>>