Serialized Form


Package org.szegedi.collection

Class org.szegedi.collection.IdentityHashMap implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream s)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Reconstitute the IdentityHashMap instance from a stream (i.e., deserialize it).

writeObject

private void writeObject(java.io.ObjectOutputStream s)
                  throws java.io.IOException
Save the state of the IdentityHashMap instance to a stream (i.e., serialize it).
Serial Data:
The capacity of the IdentityHashMap (the length of the bucket array) is emitted (int), followed by the size of the IdentityHashMap (the number of key-value mappings), followed by the key (Object) and value (Object) for each key-value mapping represented by the IdentityHashMap The key-value mappings are emitted in no particular order.
Serialized Fields

threshold

int threshold
The table is rehashed when its size exceeds this threshold. (The value of this field is (int)(capacity * loadFactor).)
 

loadFactor

float loadFactor
The load factor for the hashtable.
 


Package org.szegedi.expose.servlet

Class org.szegedi.expose.servlet.ExposeServlet implements Serializable

Serialized Fields

cache

freemarker.template.TemplateCache cache

nocache

boolean nocache

debug

boolean debug