ReplyCodec

data class ReplyCodec(var contentType: ContentTypeId = ContentTypeReply) : ContentCodec<Reply>

Constructors

Link copied to clipboard
constructor(contentType: ContentTypeId = ContentTypeReply)

Functions

Link copied to clipboard
open override fun decode(content: EncodedContent): Reply
Link copied to clipboard
open override fun encode(reply: Reply): EncodedContent
Link copied to clipboard
open override fun fallback(content: Reply): String?
Link copied to clipboard
open override fun shouldPush(content: Reply): Boolean

Properties

Link copied to clipboard
open override var contentType: ContentTypeId