Interface ICustomValue
public interface ICustomValue
用户自定义的对象. 实现对象和字符串的互转
- Author:
- qiunet 2020-12-25 11:56
-
Method Summary
-
Method Details
-
toString
转成字符串- Parameters:
obj-- Returns:
-
parse
解析成对象- Parameters:
str-- Returns:
-
defaultVal
Object defaultVal()默认值- Returns:
-