public class SimpleTypeSerializer extends SerializerBase implements SimpleTypeConstants
| Modifier and Type | Field and Description |
|---|---|
protected SimpleTypeEncoder |
encoder |
encodeType, encodingStyle, isNullable, typeQNAME_XSI_NIL, QNAME_XSI_TYPE, URI_XSD, URI_XSIDONT_ENCODE_TYPE, DONT_SERIALIZE_AS_REF, ENCODE_TYPE, NOT_NULLABLE, NOT_REFERENCEABLE, NULLABLE, REFERENCEABLE, REFERENCED_INSTANCE, SERIALIZE_AS_REF, UNREFERENCED_INSTANCE| Constructor and Description |
|---|
SimpleTypeSerializer(QName type,
boolean encodeType,
boolean isNullable,
String encodingStyle,
SimpleTypeEncoder encoder) |
| Modifier and Type | Method and Description |
|---|---|
Object |
deserialize(QName name,
XMLReader reader,
SOAPDeserializationContext context) |
void |
serialize(Object obj,
QName name,
SerializerCallback callback,
XMLWriter writer,
SOAPSerializationContext context) |
decodeBoolean, deserialize, getEncodeType, getEncodingStyle, getID, getInnermostSerializer, getMechanismType, getName, getNullStatus, getType, getXmlType, isAcceptableType, isNullable, skipEmptyContent, typeIsEmpty, verifyName, verifyTypeprotected SimpleTypeEncoder encoder
public SimpleTypeSerializer(QName type, boolean encodeType, boolean isNullable, String encodingStyle, SimpleTypeEncoder encoder)
public void serialize(Object obj, QName name, SerializerCallback callback, XMLWriter writer, SOAPSerializationContext context)
serialize in interface JAXRPCSerializerpublic Object deserialize(QName name, XMLReader reader, SOAPDeserializationContext context)
deserialize in interface JAXRPCDeserializerCopyright © 2017–2019 Eclipse Foundation. All rights reserved.