Class SerializationMethodInvoker
- java.lang.Object
-
- com.thoughtworks.xstream.converters.reflection.SerializationMethodInvoker
-
-
Field Summary
Fields Modifier and Type Field Description (package private) SerializationMembersserializationMembersDeprecated.
-
Constructor Summary
Constructors Constructor Description SerializationMethodInvoker()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidcallReadObject(java.lang.Class type, java.lang.Object object, java.io.ObjectInputStream stream)Deprecated.As of 1.4.8, moved into internal util package.java.lang.ObjectcallReadResolve(java.lang.Object result)Deprecated.As of 1.4.8, moved into internal util package.voidcallWriteObject(java.lang.Class type, java.lang.Object instance, java.io.ObjectOutputStream stream)Deprecated.As of 1.4.8, moved into internal util package.java.lang.ObjectcallWriteReplace(java.lang.Object object)Deprecated.As of 1.4.8, moved into internal util package.voidflushCache()Deprecated.As of 1.4.8, moved into internal util package.booleansupportsReadObject(java.lang.Class type, boolean includeBaseClasses)Deprecated.As of 1.4.8, moved into internal util package.booleansupportsWriteObject(java.lang.Class type, boolean includeBaseClasses)Deprecated.As of 1.4.8, moved into internal util package.
-
-
-
Field Detail
-
serializationMembers
SerializationMembers serializationMembers
Deprecated.
-
-
Method Detail
-
callReadResolve
public java.lang.Object callReadResolve(java.lang.Object result)
Deprecated.As of 1.4.8, moved into internal util package.Resolves an object as native serialization does by calling readResolve(), if available.
-
callWriteReplace
public java.lang.Object callWriteReplace(java.lang.Object object)
Deprecated.As of 1.4.8, moved into internal util package.
-
supportsReadObject
public boolean supportsReadObject(java.lang.Class type, boolean includeBaseClasses)Deprecated.As of 1.4.8, moved into internal util package.
-
callReadObject
public void callReadObject(java.lang.Class type, java.lang.Object object, java.io.ObjectInputStream stream)Deprecated.As of 1.4.8, moved into internal util package.
-
supportsWriteObject
public boolean supportsWriteObject(java.lang.Class type, boolean includeBaseClasses)Deprecated.As of 1.4.8, moved into internal util package.
-
callWriteObject
public void callWriteObject(java.lang.Class type, java.lang.Object instance, java.io.ObjectOutputStream stream)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
-
-