Serialized Form


Package java.io

Class java.io.File extends Object implements Serializable

serialVersionUID: 301077366599181567L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

path

String path

Class java.io.FilePermission extends java.security.Permission implements Serializable

serialVersionUID: 7930732926638008763L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

actions

String actions

Class java.io.ObjectStreamClass extends Object implements Serializable

serialVersionUID: -6120832682080437368L

Serialized Fields

Class java.io.SerializablePermission extends java.security.BasicPermission implements Serializable

Serialized Fields

actions

String actions

Package java.lang

Class java.lang.Boolean extends Object implements Serializable

serialVersionUID: -3665804199014368530L

Serialized Fields

value

boolean value

Class java.lang.Byte extends java.lang.Number implements Serializable

serialVersionUID: -7183698231559129828L

Serialized Fields

value

byte value

Class java.lang.Character extends Object implements Serializable

serialVersionUID: 3786198910865385080L

Serialized Fields

value

char value

Class java.lang.Double extends java.lang.Number implements Serializable

serialVersionUID: -9172774392245257468L

Serialized Fields

value

double value

Class java.lang.Enum extends Object implements Serializable

Serialized Fields

name

String name

ordinal

int ordinal

Class java.lang.Long extends java.lang.Number implements Serializable

serialVersionUID: 4290774380558885855L

Serialized Fields

value

long value

Class java.lang.Number extends Object implements Serializable

serialVersionUID: -8742448824652078965L

Class java.lang.RuntimePermission extends java.security.BasicPermission implements Serializable

serialVersionUID: 7399184964622342223L

Class java.lang.Short extends java.lang.Number implements Serializable

serialVersionUID: 7515723908773894738L

Serialized Fields

value

short value

Class java.lang.StackTraceElement extends Object implements Serializable

serialVersionUID: 6992337162326171013L

Serialized Fields

declaringClass

String declaringClass

methodName

String methodName

fileName

String fileName

lineNumber

int lineNumber

Class java.lang.StringBuilder extends java.lang.AbstractStringBuilder implements Serializable

serialVersionUID: 4383685877147921099L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException

Package java.net

Class java.net.Inet4Address extends java.net.InetAddress implements Serializable

serialVersionUID: 3286316764910316507L

Serialization Methods

writeReplace

private Object writeReplace()
                     throws java.io.ObjectStreamException
Throws:
java.io.ObjectStreamException

Class java.net.Inet6Address extends java.net.InetAddress implements Serializable

serialVersionUID: 6880410070516793377L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

ipaddress

byte[] ipaddress

scope_id

int scope_id

scope_id_set

boolean scope_id_set

scope_ifname_set

boolean scope_ifname_set

ifname

String ifname

Class java.net.InetAddress extends Object implements Serializable

serialVersionUID: 3286316764910316507L

Serialization Methods

readResolve

private Object readResolve()
                    throws java.io.ObjectStreamException
Throws:
java.io.ObjectStreamException
Serialized Fields

hostName

String hostName

address

int address

family

int family

Class java.net.InetSocketAddress extends java.net.SocketAddress implements Serializable

serialVersionUID: 5076001401234631237L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Serialized Fields

hostname

String hostname

addr

java.net.InetAddress addr

port

int port

Class java.net.NetPermission extends java.security.BasicPermission implements Serializable

serialVersionUID: -8343910153355041693L

Class java.net.SocketAddress extends Object implements Serializable

Class java.net.SocketPermission extends java.security.Permission implements Serializable

serialVersionUID: -7204263841984476862L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

actions

String actions

Class java.net.URI extends Object implements Serializable

serialVersionUID: -6052424284110960213L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream arg0)
                 throws ClassNotFoundException,
                        IOException
Throws:
ClassNotFoundException
IOException

writeObject

private void writeObject(java.io.ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

string

String string

Package java.util

Class java.util.AbstractMap$1 extends Object implements Serializable

Class java.util.AbstractMap$1$1 extends Object implements Serializable

Class java.util.AbstractMap$2 extends Object implements Serializable

Class java.util.AbstractMap$2$1 extends Object implements Serializable

Class java.util.ArrayList extends java.util.AbstractList<E> implements Serializable

serialVersionUID: 8683452581122892189L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

size

int size

Class java.util.Calendar extends Object implements Serializable

serialVersionUID: -1807547505821590642L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

fields

int[] fields

isSet

boolean[] isSet

time

long time

isTimeSet

boolean isTimeSet

areFieldsSet

boolean areFieldsSet

lenient

boolean lenient

zone

java.util.TimeZone zone

firstDayOfWeek

int firstDayOfWeek

minimalDaysInFirstWeek

int minimalDaysInFirstWeek

nextStamp

int nextStamp

serialVersionOnStream

int serialVersionOnStream

Class java.util.Collections$CheckedList$1 extends Object implements Serializable

Class java.util.Collections$CheckedMap$CheckedEntrySet$1 extends Object implements Serializable

Class java.util.Collections$SingletonSet$1 extends Object implements Serializable

Class java.util.Collections$UnmodifiableCollection$1 extends Object implements Serializable

Class java.util.Collections$UnmodifiableList$1 extends Object implements Serializable

Class java.util.Collections$UnmodifiableMap$UnmodifiableEntrySet$1 extends Object implements Serializable

Class java.util.Currency extends Object implements Serializable

serialVersionUID: -158308464356906721L

Serialization Methods

readResolve

private Object readResolve()
Serialized Fields

currencyCode

String currencyCode

Class java.util.Date extends Object implements Serializable

serialVersionUID: 7523967970034938905L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException

Class java.util.EnumMap extends java.util.AbstractMap<K extends java.lang.Enum<K>,V> implements Serializable

serialVersionUID: 458661240069192865L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

keyType

Class keyType

Class java.util.EnumSet extends java.util.AbstractSet<E extends java.lang.Enum<E>> implements Serializable

Serialization Methods

writeReplace

Object writeReplace()
Serialized Fields

elementType

Class elementType

universe

java.lang.Enum<E extends java.lang.Enum<E>>[] universe

Class java.util.EventObject extends Object implements Serializable

serialVersionUID: 5516075349620653480L

Class java.util.GregorianCalendar extends java.util.Calendar implements Serializable

serialVersionUID: -8125100834729963327L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Serialized Fields

gregorianCutover

long gregorianCutover

Class java.util.HashMap extends java.util.AbstractMap<K,V> implements Serializable

serialVersionUID: 362498820763181265L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

threshold

int threshold

loadFactor

float loadFactor

Class java.util.HashSet extends java.util.AbstractSet<E> implements Serializable

serialVersionUID: -5024744406713321676L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException

Class java.util.Hashtable$KeySet extends Object implements Serializable

Class java.util.Hashtable$ValueCollection extends Object implements Serializable

Class java.util.IdentityHashMap extends java.util.AbstractMap<K,V> implements Serializable

serialVersionUID: 8188218128353913216L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

size

int size

Class java.util.LinkedHashMap extends java.util.HashMap<K,V> implements Serializable

serialVersionUID: 3801124242820219131L

Serialized Fields

accessOrder

boolean accessOrder

Class java.util.LinkedHashSet extends java.util.HashSet<E> implements Serializable

serialVersionUID: -2851667679971038690L

Class java.util.LinkedList extends java.util.AbstractSequentialList<E> implements Serializable

serialVersionUID: 876323262645176354L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException

Class java.util.Locale extends Object implements Serializable

serialVersionUID: 9149081749638150636L

Serialization Methods

readResolve

private Object readResolve()
                    throws java.io.ObjectStreamException
Throws:
java.io.ObjectStreamException
Serialized Fields

language

String language

country

String country

variant

String variant

hashcode

int hashcode

Class java.util.PriorityQueue extends java.util.AbstractQueue<E> implements Serializable

serialVersionUID: -7720805057305804111L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

size

int size

comparator

java.util.Comparator<T> comparator

Class java.util.PropertyPermission extends java.security.BasicPermission implements Serializable

serialVersionUID: 885438825399942851L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

actions

String actions

Class java.util.SimpleTimeZone extends java.util.TimeZone implements Serializable

serialVersionUID: -403250971215465050L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

startMonth

int startMonth

startDay

int startDay

startDayOfWeek

int startDayOfWeek

startTime

int startTime

startTimeMode

int startTimeMode

endMonth

int endMonth

endDay

int endDay

endDayOfWeek

int endDayOfWeek

endTime

int endTime

endTimeMode

int endTimeMode

startYear

int startYear

rawOffset

int rawOffset

useDaylight

boolean useDaylight

monthLength

byte[] monthLength

startMode

int startMode

endMode

int endMode

dstSavings

int dstSavings

serialVersionOnStream

int serialVersionOnStream

Class java.util.SubList$1 extends Object implements Serializable

Class java.util.TimeZone extends Object implements Serializable

serialVersionUID: 3581463369166924961L

Serialized Fields

ID

String ID

Class java.util.TreeMap extends java.util.AbstractMap<K,V> implements Serializable

serialVersionUID: 919286545866124006L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

comparator

java.util.Comparator<T> comparator

Class java.util.TreeMap$1 extends Object implements Serializable

Class java.util.TreeMap$2 extends Object implements Serializable

Class java.util.TreeMap$3 extends Object implements Serializable

Class java.util.TreeMap$SubMap$EntrySetView extends Object implements Serializable

Class java.util.TreeSet extends java.util.AbstractSet<E> implements Serializable

serialVersionUID: -2479143000061671589L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException

Class java.util.UUID extends Object implements Serializable

serialVersionUID: -4856846361193249489L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Serialized Fields

mostSigBits

long mostSigBits

leastSigBits

long leastSigBits

Class java.util.Vector$1 extends Object implements Serializable