wire-runtime / com.squareup.wire / TagHandler

TagHandler

interface TagHandler

Properties

UNKNOWN_TAG

static val UNKNOWN_TAG: Any

Functions

decodeMessage

abstract fun decodeMessage(tag: Int): Any

Reads a value from the calling reader. Returns #UNKNOWN_TAG if no value was read, or any other value otherwise.