-
- All Implemented Interfaces:
public interface YsonConverter
-
-
Method Summary
Modifier and Type Method Description abstract YsonValuetoYsonValue(Object v)abstract ObjectfromYsonValue(YsonValue yv)-
-
Method Detail
-
toYsonValue
abstract YsonValue toYsonValue(Object v)
-
fromYsonValue
abstract Object fromYsonValue(YsonValue yv)
-
-
-
-