public abstract class ObjectValue extends Value implements Serializable
This object is experimental!
ObjectValue is an experimental, innovative,
and rapidly
changing new feature for DFP. Unfortunately, being on
the bleeding edge means that we may make
backwards-incompatible changes to
ObjectValue. We will inform the community
when this feature
is no longer experimental.
| Constructor and Description |
|---|
ObjectValue() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
String |
toString() |
Copyright © 2018. All Rights Reserved.