public class I1Serializer extends TypeSerializerImpl
TypeSerializer for bytes.| Modifier and Type | Field and Description |
|---|---|
static String |
EX_I1_TAG
Fully qualified name of an i1 value.
|
static String |
I1_TAG
Tag name of an i1 value.
|
VALUE_TAG, ZERO_ATTRIBUTES| Constructor and Description |
|---|
I1Serializer() |
| Modifier and Type | Method and Description |
|---|---|
void |
write(ContentHandler pHandler,
Object pObject)
Writes the object
pObject to the SAX handler
pHandler. |
write, write, writepublic static final String I1_TAG
public static final String EX_I1_TAG
public void write(ContentHandler pHandler, Object pObject) throws SAXException
TypeSerializerpObject to the SAX handler
pHandler.pHandler - The destination handler.pObject - The object being written.SAXException - Writing the object failed.Copyright © 2001-2015 The Apache Software Foundation. All Rights Reserved.