BigDecimalEncoderDecoder

class Object
trait Matchable
class Any

Value members

Concrete methods

override
def decode(value: String): Any
Definition Classes

Inherited methods

def decode(kind: ColumnData, value: ByteBuf, charset: Charset): Any
Inherited from
ColumnDecoder
def encode(value: Any): String
Inherited from
ColumnEncoder
Inherited from
ColumnDecoder