public interface SimpleTypeEncoder
| Modifier and Type | Method and Description |
|---|---|
String |
objectToString(Object obj,
XMLWriter writer) |
Object |
stringToObject(String str,
XMLReader reader) |
void |
writeAdditionalNamespaceDeclarations(Object obj,
XMLWriter writer) |
void |
writeValue(Object obj,
XMLWriter writer) |
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.