kiss
Decoder
<M
>
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
(String
value
)
M
String
value
)String value |
A |
M |
A decoded object. |
Decode the model object from String
.