public interface SingleValueConverter extends ConverterMatcher
AbstractSingleValueConverter
provides a starting point for objects that can store all information in a single value String.
Converter
,
AbstractSingleValueConverter
Modifier and Type | Method and Description |
---|---|
Object |
fromString(String str)
Unmarshals an Object from its single value representation.
|
String |
toString(Object obj)
Marshals an Object into a single value representation.
|
canConvert
Copyright © 2004–2016 XStream. All rights reserved.