Class SerializationMethodInvoker
java.lang.Object
com.thoughtworks.xstream.converters.reflection.SerializationMethodInvoker
- All Implemented Interfaces:
Caching
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcallReadObject(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.voidcallWriteObject(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.voidDeprecated.As of 1.4.8, moved into internal util package.booleansupportsReadObject(Class type, boolean includeBaseClasses) Deprecated.As of 1.4.8, moved into internal util package.booleansupportsWriteObject(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
-
callWriteReplace
-
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:
flushCachein interfaceCaching
-