Serialized Form


Package edu.stanford.db.rdf.schema

Class edu.stanford.db.rdf.schema.InvalidModelException implements Serializable


Package org.w3c.rdf.implementation.model

Class org.w3c.rdf.implementation.model.LongTable implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream s)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
readObject is called to restore the state of the hashtable from a stream. Only the keys and values are serialized since the hash values may be different when the contents are restored. Read count elements and insert into the hashtable.

writeObject

private void writeObject(java.io.ObjectOutputStream s)
                  throws java.io.IOException
WriteObject is called to save the state of the hashtable to a stream. Only the keys and values are serialized since the hash values may be different when the contents are restored. iterate over the contents and write out the keys and values.
Serialized Fields

loadFactor

float loadFactor
The load factor for the hashtable.

multivalues

boolean multivalues
true if multiple hash values allowed

threshold

int threshold
Rehashes the table when count exceeds this threshold.


Package org.w3c.rdf.model

Class org.w3c.rdf.model.ImmutableModelException implements Serializable

Class org.w3c.rdf.model.ModelException implements Serializable

Class org.w3c.rdf.model.PersistentModelException implements Serializable


Package org.w3c.rdf.syntax

Class org.w3c.rdf.syntax.SerializationException implements Serializable


Package org.w3c.rdf.util

Class org.w3c.rdf.util.DigestAlgorithmMismatch implements Serializable


Package org.w3c.tools.crypt

Class org.w3c.tools.crypt.DigestException implements Serializable


Package org.xml.sax

Class org.xml.sax.SAXException implements Serializable

Serialized Fields

exception

java.lang.Exception exception

message

java.lang.String message

Class org.xml.sax.SAXParseException implements Serializable

Serialized Fields

columnNumber

int columnNumber

lineNumber

int lineNumber

publicId

java.lang.String publicId

systemId

java.lang.String systemId