Class SerializationMethodInvoker
java.lang.Object
com.thoughtworks.xstream.converters.reflection.SerializationMethodInvoker
- All Implemented Interfaces:
Caching
Deprecated.
As of 1.4.8, moved into internal util package.
Convenience wrapper to invoke special serialization methods on objects (and perform
reflection caching).
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
callReadObject
(Class type, Object object, ObjectInputStream stream) Deprecated.As of 1.4.8, moved into internal util package.callReadResolve
(Object result) Deprecated.As of 1.4.8, moved into internal util package.void
callWriteObject
(Class type, Object instance, ObjectOutputStream stream) Deprecated.As of 1.4.8, moved into internal util package.callWriteReplace
(Object object) Deprecated.As of 1.4.8, moved into internal util package.void
Deprecated.As of 1.4.8, moved into internal util package.boolean
supportsReadObject
(Class type, boolean includeBaseClasses) Deprecated.As of 1.4.8, moved into internal util package.boolean
supportsWriteObject
(Class type, boolean includeBaseClasses) Deprecated.As of 1.4.8, moved into internal util package.
-
Field Details
-
serializationMembers
SerializationMembers serializationMembersDeprecated.
-
-
Constructor Details
-
SerializationMethodInvoker
public SerializationMethodInvoker()Deprecated.
-
-
Method Details
-
callReadResolve
Deprecated.As of 1.4.8, moved into internal util package.Resolves an object as native serialization does by calling readResolve(), if available. -
callWriteReplace
Deprecated.As of 1.4.8, moved into internal util package. -
supportsReadObject
Deprecated.As of 1.4.8, moved into internal util package. -
callReadObject
Deprecated.As of 1.4.8, moved into internal util package. -
supportsWriteObject
Deprecated.As of 1.4.8, moved into internal util package. -
callWriteObject
Deprecated.As of 1.4.8, moved into internal util package. -
flushCache
public void flushCache()Deprecated.As of 1.4.8, moved into internal util package.- Specified by:
flushCache
in interfaceCaching
-