fun <T> dump(serializer: SerializationStrategy<T>, value: T): ByteArray
Serializes value to CBOR bytes using given serializer.