Serialized Form


Package java.io

Class java.io.File implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream)
                 throws IOException,
                        ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream)
                  throws IOException
Serialized Fields

path

String path

Class java.io.FilePermission implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream)
                 throws IOException,
                        ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream)
                  throws IOException
Serialized Fields

actions

String actions

Class java.io.ObjectStreamClass implements Serializable

Serialized Fields

Class java.io.SerializablePermission implements Serializable

Serialized Fields

actions

String actions


Package java.lang

Class java.lang.Boolean implements Serializable

Serialized Fields

value

boolean value

Class java.lang.Byte implements Serializable

Serialized Fields

value

byte value

Class java.lang.Character implements Serializable

Serialized Fields

value

char value

Class java.lang.Double implements Serializable

Serialized Fields

value

double value

Class java.lang.Long implements Serializable

Serialized Fields

value

long value

Class java.lang.Number implements Serializable

Class java.lang.RuntimePermission implements Serializable

Class java.lang.Short implements Serializable

Serialized Fields

value

short value

Class java.lang.StackTraceElement implements Serializable

Serialized Fields

declaringClass

String declaringClass

methodName

String methodName

fileName

String fileName

lineNumber

int lineNumber


Package java.util

Class java.util.ArrayList implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream)
                 throws IOException,
                        ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream)
                  throws IOException
Serialized Fields

size

int size

Class java.util.Calendar implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream)
                 throws IOException,
                        ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream)
                  throws IOException
Serialized Fields

fields

int[] fields

isSet

boolean[] isSet

time

long time

isTimeSet

boolean isTimeSet

areFieldsSet

boolean areFieldsSet

lenient

boolean lenient

zone

TimeZone zone

firstDayOfWeek

int firstDayOfWeek

minimalDaysInFirstWeek

int minimalDaysInFirstWeek

nextStamp

int nextStamp

serialVersionOnStream

int serialVersionOnStream

Class java.util.Currency implements Serializable

Serialization Methods

readResolve

private Object readResolve()
Serialized Fields

currencyCode

String currencyCode

Class java.util.Date implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream)
                 throws IOException,
                        ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream)
                  throws IOException

Class java.util.EventObject implements Serializable

Class java.util.GregorianCalendar implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream)
                 throws IOException,
                        ClassNotFoundException
Serialized Fields

gregorianCutover

long gregorianCutover

Class java.util.HashMap implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream)
                 throws IOException,
                        ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream)
                  throws IOException
Serialized Fields

threshold

int threshold

loadFactor

float loadFactor

Class java.util.HashSet implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream)
                 throws IOException,
                        ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream)
                  throws IOException

Class java.util.IdentityHashMap implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream)
                 throws IOException,
                        ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream)
                  throws IOException
Serialized Fields

size

int size

Class java.util.LinkedHashMap implements Serializable

Serialized Fields

accessOrder

boolean accessOrder

Class java.util.LinkedHashSet implements Serializable

Class java.util.LinkedList implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream)
                 throws IOException,
                        ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream)
                  throws IOException

Class java.util.Locale implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream)
                 throws IOException,
                        ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream)
                  throws IOException
Serialized Fields

language

String language

country

String country

variant

String variant

hashcode

int hashcode

Class java.util.PropertyPermission implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream)
                 throws IOException,
                        ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream)
                  throws IOException
Serialized Fields

actions

String actions

Class java.util.SimpleTimeZone implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream)
                 throws IOException,
                        ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream)
                  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.TimeZone implements Serializable

Serialized Fields

ID

String ID

Class java.util.TreeMap implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream)
                 throws IOException,
                        ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream)
                  throws IOException
Serialized Fields

comparator

Comparator comparator

Class java.util.TreeSet implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream)
                 throws IOException,
                        ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream)
                  throws IOException


Package java.net

Class java.net.Inet4Address implements Serializable

Serialization Methods

writeReplace

private Object writeReplace()
                     throws ObjectStreamException

Class java.net.Inet6Address implements Serializable

Serialized Fields

ipaddress

byte[] ipaddress

Class java.net.InetAddress implements Serializable

Serialization Methods

readResolve

private Object readResolve()
                    throws ObjectStreamException
Serialized Fields

hostName

String hostName

address

int address

family

int family

Class java.net.InetSocketAddress implements Serializable

Serialized Fields

hostname

String hostname

addr

InetAddress addr

port

int port

Class java.net.NetPermission implements Serializable

Class java.net.SocketAddress implements Serializable

Class java.net.SocketPermission implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream)
                 throws IOException,
                        ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream)
                  throws IOException
Serialized Fields

actions

String actions

Class java.net.URI implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream)
                 throws ClassNotFoundException,
                        IOException

writeObject

private void writeObject(ObjectOutputStream)
                  throws IOException
Serialized Fields

string

String string