public static class ConfigParser.PropertyConverter extends Object implements com.thoughtworks.xstream.converters.Converter
| 构造器和说明 |
|---|
PropertyConverter() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
canConvert(Class type) |
void |
marshal(Object source,
com.thoughtworks.xstream.io.HierarchicalStreamWriter writer,
com.thoughtworks.xstream.converters.MarshallingContext context) |
Object |
unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader reader,
com.thoughtworks.xstream.converters.UnmarshallingContext context) |
public void marshal(Object source, com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, com.thoughtworks.xstream.converters.MarshallingContext context)
marshal 在接口中 com.thoughtworks.xstream.converters.Converterpublic Object unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader reader, com.thoughtworks.xstream.converters.UnmarshallingContext context)
unmarshal 在接口中 com.thoughtworks.xstream.converters.Converterpublic boolean canConvert(Class type)
canConvert 在接口中 com.thoughtworks.xstream.converters.ConverterMatcherCopyright © 2025 fossc. All rights reserved.