wt.pds
Class PDSEncoder.SerializationMappingEntry
java.lang.Object
wt.pds.PDSEncoder.SerializationMappingEntry
- Enclosing class:
- PDSEncoder
- static final class PDSEncoder.SerializationMappingEntry
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
oldSvuid
private long oldSvuid
className
private String className
expectedNewSvuid
private long expectedNewSvuid
cachedObjectStreamClass
private ObjectStreamClass cachedObjectStreamClass
PDSEncoder.SerializationMappingEntry
PDSEncoder.SerializationMappingEntry(long old_svuid,
String class_name,
long expected_new_svuid)
getClassName
String getClassName()
getExpectedNewSvuid
long getExpectedNewSvuid()
getLocalObjectStreamClass
ObjectStreamClass getLocalObjectStreamClass()
throws ClassNotFoundException
- Provides handy cached access to the
ObjectStreamClass
for the class with name getClassName() as
loaded by the current JVM.
Supported API: false
- Returns:
- ObjectStreamClass as returned by
ObjectStreamClass.lookup(Class.forName(getClassName()));
(could be null).
- Throws:
ClassNotFoundException