public class SerializationMethodInvoker extends Object implements Caching
Constructor and Description |
---|
SerializationMethodInvoker()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
callReadObject(Class type,
Object object,
ObjectInputStream stream)
Deprecated.
As of 1.4.8, moved into internal util package.
|
Object |
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.
|
Object |
callWriteReplace(Object object)
Deprecated.
As of 1.4.8, moved into internal util package.
|
void |
flushCache()
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.
|
public Object callReadResolve(Object result)
public Object callWriteReplace(Object object)
public boolean supportsReadObject(Class type, boolean includeBaseClasses)
public void callReadObject(Class type, Object object, ObjectInputStream stream)
public boolean supportsWriteObject(Class type, boolean includeBaseClasses)
public void callWriteObject(Class type, Object instance, ObjectOutputStream stream)
public void flushCache()
flushCache
in interface Caching
Copyright © 2004–2017 XStream. All rights reserved.