Package com.google.api.client.xml
Class XmlNamespaceDictionary.ElementSerializer
java.lang.Object
com.google.api.client.xml.XmlNamespaceDictionary.ElementSerializer
- Enclosing class:
XmlNamespaceDictionary
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
errorOnUnknown
private final boolean errorOnUnknown -
textValue
Object textValue -
attributeNames
-
attributeValues
-
subElementNames
-
subElementValues
-
-
Constructor Details
-
ElementSerializer
ElementSerializer(Object elementValue, boolean errorOnUnknown)
-
-
Method Details
-
serialize
- Throws:
IOException
-
serialize
void serialize(org.xmlpull.v1.XmlSerializer serializer, String elementNamespaceUri, String elementLocalName) throws IOException - Throws:
IOException
-