Properties

Link copied to clipboard
open override val isPackable: Boolean = true
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract val wireType: WireType

Functions

Link copied to clipboard
abstract fun decode(wire: WireValue, onValue: (Int) -> Unit)
Link copied to clipboard
open fun decoder(serializersModule: SerializersModule, input: List<WireValue>): Decoder
Link copied to clipboard
abstract fun encode(value: Int, mask: Int, encodeZeroValue: Boolean): WireValue?
abstract fun encode(value: Int, encodeZeroValue: Boolean): WireValue?
Link copied to clipboard
open fun encoder(serializersModule: SerializersModule, fieldNumber: FieldNumber?, output: WireBuffer, encodeZeroValue: Boolean): Encoder
Link copied to clipboard
open override fun toString(): String