| 
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.4.0) E10653-05  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.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)
ValueSerializer
getXMLContentNode in interface ValueSerializerxmlDoc - the XML document in which the node should be createdattrValue - the attribute value to be serialized
ValueSerializer.getXMLContentValue(Node)public java.lang.Object getXMLContentValue(Node attrNode)
ValueSerializer
getXMLContentValue in interface ValueSerializerattrNode - an XML node containing the serialized attribute value
ValueSerializer.getXMLContentNode(Document, Object)
  | 
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.4.0) E10653-05  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||