Class SelfStreamingInstanceChecker
java.lang.Object
com.thoughtworks.xstream.core.util.SelfStreamingInstanceChecker
com.thoughtworks.xstream.converters.reflection.SelfStreamingInstanceChecker
- All Implemented Interfaces:
Converter
,ConverterMatcher
Deprecated.
A special converter that prevents self-serialization. The serializing XStream instance
adds a converter of this type to prevent self-serialization and will throw an
exception instead.
- Since:
- 1.2
-
Constructor Summary
ConstructorsConstructorDescriptionSelfStreamingInstanceChecker
(Converter defaultConverter, Object xstream) Deprecated. -
Method Summary
Methods inherited from class com.thoughtworks.xstream.core.util.SelfStreamingInstanceChecker
canConvert, marshal, unmarshal
-
Constructor Details
-
SelfStreamingInstanceChecker
Deprecated.
-
SelfStreamingInstanceChecker