public class DocumentSerializable extends Object implements Serializable, PublicCloneable
Document to be certainly serializable (and cloneable). If it is not by itself (IIRC
the Xerces implementation is serializable), then this class serializes to a stringification.
This can be used if a Serializable class needs an Document member. Choose for a
DocumentSerializable member in stead, and use getDocument().| Constructor and Description |
|---|
DocumentSerializable(Document d) |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
boolean |
equals(Object o) |
Document |
getDocument() |
int |
hashCode() |
String |
toString() |
<T> T |
unwrap(Class<T> iface) |
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}