public class Base64Serializer extends SerializerSupport
Constructor and Description |
---|
Base64Serializer() |
Modifier and Type | Method and Description |
---|---|
Result |
serialize(QName xmlName,
QName xmlType,
Object value,
SerializationContext serContext,
NamedNodeMap attributes)
Serialize an object value to an XML fragment
|
getMechanismType, serialize, wrapValueStr
public Result serialize(QName xmlName, QName xmlType, Object value, SerializationContext serContext, NamedNodeMap attributes) throws BindingException
SerializerSupport
serialize
in class SerializerSupport
xmlName
- The root element name of the resulting fragmentxmlType
- The associated schema typevalue
- The value to serializeserContext
- The serialization contextattributes
- The attributes on this elementBindingException
Copyright © 2018 JBoss by Red Hat. All rights reserved.