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

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

Introduction

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

The text is from its open source code.

Constructor

ObjectStreamField(String name, Class type)
Create a Serializable field with the specified type.

Method

StringgetName()
Get the name of this field.
chargetTypeCode()
Returns character encoding of field type.