java.lang.Object | |
↳ | com.thoughtworks.xstream.converters.extended.RegexPatternConverter |
Ensures java.util.regex.Pattern is compiled upon deserialization.
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. |
---|