Public class ObjectStreamClass extends Object implements Serializale
Method | Description |
---|---|
String toString | To abstract path name the method returns the pathname string. |
String getName() | The files or directories which are denoted by its abstract pathname are named by this method. |
Class<?> forClass() | The function of this method is to retutn the class in local JVM to map with serial version. |
long GetSerialversionUID() | The function of this method is return the UID serial version to represented class. |