public class SerializableSerializer extends TypeSerializerImpl
TypeSerializer
for
instances of Serializable
.Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZABLE_TAG
Tag name of a base64 value.
|
VALUE_TAG, ZERO_ATTRIBUTES
Constructor and Description |
---|
SerializableSerializer() |
Modifier and Type | Method and Description |
---|---|
void |
write(ContentHandler pHandler,
Object pObject)
Writes the object
pObject to the SAX handler
pHandler . |
write, write, write
public static final String SERIALIZABLE_TAG
public void write(ContentHandler pHandler, Object pObject) throws SAXException
TypeSerializer
pObject
to the SAX handler
pHandler
.pHandler
- The destination handler.pObject
- The object being written.SAXException
- Writing the object failed.Copyright © 2001-2014 The Apache Software Foundation. All Rights Reserved.