java.lang.Object | |
↳ | com.thoughtworks.xstream.converters.collections.CharArrayConverter |
Converts a char[] to XML, storing the contents as a single String.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Determines whether the converter can marshall a particular type.
| |||||||||||
Convert an object to textual data.
| |||||||||||
Convert textual data back into an object.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Determines whether the converter can marshall a particular type.
type | the Class representing the object type to be converted |
---|
Convert an object to textual data.
source | The object to be marshalled. |
---|---|
writer | A stream to write to. |
context | A context that allows nested objects to be processed by XStream. |
Convert textual data back into an object.
reader | The stream to read the text from. |
---|