Sinobu

kiss

Decoder<M>

  • M

    A model class to decode and encode.

Codec for interconversion of object and String.

This class provides all-purpose codec for literalization and provides the default encoder which uses String#valueOf(Object).

decode(Stringvalue)M

Stringvalue

A String representation to decode.

M

A decoded object.

Decode the model object from String.