public class DoubleSerializer extends TypeSerializerImpl
TypeSerializer
for doubles.Modifier and Type | Field and Description |
---|---|
static String |
DOUBLE_TAG
Tag name of a double value.
|
VALUE_TAG, ZERO_ATTRIBUTES
Constructor and Description |
---|
DoubleSerializer() |
public static final String DOUBLE_TAG
public void write(org.xml.sax.ContentHandler pHandler, Object pObject) throws org.xml.sax.SAXException
TypeSerializer
pObject
to the SAX handler
pHandler
.pHandler
- The destination handler.pObject
- The object being written.org.xml.sax.SAXException
- Writing the object failed.Copyright © 2001–2020. All rights reserved.