-
- All Implemented Interfaces:
-
dev.entao.web.json.YsonConverter
public class BoolArrayYsonConverter implements YsonConverter
-
-
Field Summary
Fields Modifier and Type Field Description public final static BoolArrayYsonConverterINSTANCE
-
Method Summary
Modifier and Type Method Description BooleanArrayfromYsonValue(YsonValue yv)YsonValuetoYsonValue(Object v)-
-
Method Detail
-
fromYsonValue
BooleanArray fromYsonValue(YsonValue yv)
-
toYsonValue
YsonValue toYsonValue(Object v)
-
-
-
-