|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.5.0) E10653-06 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.jbo.domain.DefaultValueSerializer
public class DefaultValueSerializer
The DefaultValueSerializer is a concrete implementation of the ValueSerializer interface. It assumes the attribute value's class implements the Serializable interface and uses object streams to store and load attribute values.
ObjectInputStream, ObjectOutputStream| Constructor Summary | |
|---|---|
DefaultValueSerializer() |
|
| Method Summary | |
|---|---|
Node |
getXMLContentNode(Document xmlDoc, java.lang.Object attrValue)Creates an XML node in the given XML document for the given attribute value. |
java.lang.Object |
getXMLContentValue(Node attrNode)Creates an attribute value by reading the XML data out of the given XML node. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultValueSerializer()
| Method Detail |
|---|
public Node getXMLContentNode(Document xmlDoc,
java.lang.Object attrValue)
ValueSerializergetXMLContentNode in interface ValueSerializerxmlDoc - the XML document in which the node should be createdattrValue - the attribute value to be serializedValueSerializer.getXMLContentValue(Node)public java.lang.Object getXMLContentValue(Node attrNode)
ValueSerializergetXMLContentValue in interface ValueSerializerattrNode - an XML node containing the serialized attribute valueValueSerializer.getXMLContentNode(Document, Object)
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.5.0) E10653-06 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||