public class ElementDeserializer extends DeserializerSupport
| Constructor and Description |
|---|
ElementDeserializer() |
| Modifier and Type | Method and Description |
|---|---|
Object |
deserialize(QName xmlName,
QName xmlType,
Source xmlFragment,
SerializationContext serContext)
Deserialize an XML fragment to an object value
|
deserialize, getMechanismType, sourceToElement, sourceToString, unwrapValueStrpublic Object deserialize(QName xmlName, QName xmlType, Source xmlFragment, SerializationContext serContext) throws BindingException
DeserializerSupportdeserialize in class DeserializerSupportxmlName - The root element name of the resulting fragmentxmlType - The associated schema typexmlFragment - The XML fragment to deserializeserContext - The serialization contextBindingExceptionCopyright © 2012 JBoss, by Red Hat. All Rights Reserved.