标签: java yaml
将字符串反序列化为char []
来自输入 答:abx 我:10
到X的对象
public class X { private int i; private char[] a; }