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, unwrapValueStr
public Object deserialize(QName xmlName, QName xmlType, Source xmlFragment, SerializationContext serContext) throws BindingException
DeserializerSupport
deserialize
in class DeserializerSupport
xmlName
- The root element name of the resulting fragmentxmlType
- The associated schema typexmlFragment
- The XML fragment to deserializeserContext
- The serialization contextBindingException
Copyright © 2018 JBoss by Red Hat. All rights reserved.