Java java.io ObjectStreamClass fields, constructors, methods, implement or subclass

Example usage for Java java.io ObjectStreamClass fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.io ObjectStreamClass.

The text is from its open source code.

Method

ObjectStreamFieldgetField(String name)
Get the field of this class by name.
ObjectStreamField[]getFields()
Return an array of the fields of this serializable class.
StringgetName()
Returns the name of the class described by this descriptor.
longgetSerialVersionUID()
Return the serialVersionUID for this class.
ObjectStreamClasslookup(Class cl)
Find the descriptor for a class that can be serialized.